farm-2.x-dev/modules/core/data_stream/modules/notification/src/NotificationDeliveryManagerInterface.php
modules/core/data_stream/modules/notification/src/NotificationDeliveryManagerInterface.php
<?php
namespace Drupal\data_stream_notification;
use Drupal\Component\Plugin\PluginManagerInterface;
/**
* Provides an interface for the notification delivery plugin manager.
*/
interface NotificationDeliveryManagerInterface extends PluginManagerInterface {
}
