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