bbb8bfffaffc21b9615539cd2580dfbd409068ac
[yaffs-website] / vendor / chi-teck / drupal-code-generator / src / Command / Drupal_7 / CToolsPlugin / Relationship.php
1 <?php
2
3 namespace DrupalCodeGenerator\Command\Drupal_7\CToolsPlugin;
4
5 /**
6  * Implements d7:ctools-plugin:relationship command.
7  */
8 class Relationship extends BasePlugin {
9
10   protected $name = 'd7:ctools-plugin:relationship';
11   protected $description = 'Generates CTools relationship plugin';
12   protected $template = 'd7/ctools-plugin/relationship.twig';
13   protected $subDirectory = 'plugins/relationships';
14
15 }