headless_cms-1.0.3/modules/headless_cms_notify/src/Plugin/HeadlessNotifyTransportPluginFormInterface.php
modules/headless_cms_notify/src/Plugin/HeadlessNotifyTransportPluginFormInterface.php
<?php
declare(strict_types=1);
namespace Drupal\headless_cms_notify\Plugin;
use Drupal\Core\Plugin\PluginFormInterface;
/**
* Interface for HeadlessNotifyTransport plugins that have a configuration form.
*/
interface HeadlessNotifyTransportPluginFormInterface extends PluginFormInterface {}
