Version 1
[yaffs-website] / web / modules / contrib / ctools / src / Plugin / RelationshipManagerInterface.php
diff --git a/web/modules/contrib/ctools/src/Plugin/RelationshipManagerInterface.php b/web/modules/contrib/ctools/src/Plugin/RelationshipManagerInterface.php
new file mode 100644 (file)
index 0000000..a97fa1f
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+namespace Drupal\ctools\Plugin;
+use Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface;
+use Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface;
+
+/**
+ * Provides the Relationship plugin manager.
+ */
+interface RelationshipManagerInterface extends ContextAwarePluginManagerInterface, CachedDiscoveryInterface {}