Version 1
[yaffs-website] / web / modules / contrib / ctools / src / Plugin / RelationshipBase.php
diff --git a/web/modules/contrib/ctools/src/Plugin/RelationshipBase.php b/web/modules/contrib/ctools/src/Plugin/RelationshipBase.php
new file mode 100644 (file)
index 0000000..9f1e1cf
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+namespace Drupal\ctools\Plugin;
+
+use Drupal\Core\Plugin\ContextAwarePluginBase;
+
+/**
+ * Base class for Relationship plugins.
+ */
+abstract class RelationshipBase extends ContextAwarePluginBase implements RelationshipInterface {}