a97fa1ffaa099a007982425d80199144d287e1e9
[yaffs-website] / 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 {}