Version 1
[yaffs-website] / web / modules / contrib / ctools / src / Plugin / RelationshipManagerInterface.php
1 <?php
2
3 namespace Drupal\ctools\Plugin;
4 use Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface;
5 use Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface;
6
7 /**
8  * Provides the Relationship plugin manager.
9  */
10 interface RelationshipManagerInterface extends ContextAwarePluginManagerInterface, CachedDiscoveryInterface {}