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