Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / src / Command / Drupal_7 / CToolsPlugin / Relationship.php
diff --git a/vendor/chi-teck/drupal-code-generator/src/Command/Drupal_7/CToolsPlugin/Relationship.php b/vendor/chi-teck/drupal-code-generator/src/Command/Drupal_7/CToolsPlugin/Relationship.php
new file mode 100644 (file)
index 0000000..bbb8bff
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+
+namespace DrupalCodeGenerator\Command\Drupal_7\CToolsPlugin;
+
+/**
+ * Implements d7:ctools-plugin:relationship command.
+ */
+class Relationship extends BasePlugin {
+
+  protected $name = 'd7:ctools-plugin:relationship';
+  protected $description = 'Generates CTools relationship plugin';
+  protected $template = 'd7/ctools-plugin/relationship.twig';
+  protected $subDirectory = 'plugins/relationships';
+
+}