X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.plugin.rulesaction.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.plugin.rulesaction.yml;h=0000000000000000000000000000000000000000;hp=c39d7f21b2cfebb425584b05fcc65a842246c9b0;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drupal/console-en/translations/generate.plugin.rulesaction.yml b/vendor/drupal/console-en/translations/generate.plugin.rulesaction.yml deleted file mode 100644 index c39d7f21b..000000000 --- a/vendor/drupal/console-en/translations/generate.plugin.rulesaction.yml +++ /dev/null @@ -1,39 +0,0 @@ -description: 'Generate a plugin rule action' -help: 'The generate:plugin:rulesaction command helps you generate a new Plugin rule action.' -welcome: 'Welcome to the Drupal Plugin Rules Action generator' -options: - module: 'The Module name.' - class: 'Plugin class name' - label: 'Plugin label' - plugin-id: 'Plugin id' - category: 'Plugin category' - context: 'Plugin context' - type: 'Action Type (user or node)' -questions: - module: 'Enter the module name' - class: 'Enter the plugin class name' - label: 'Enter the plugin label' - plugin-id: 'Enter the plugin id' - category: 'Enter plugin category' - context: 'Enter plugin context' -examples: - - description: 'Generate a user rule action plugin specifying the module name, the class, its label, the plugin id, the type, the category and its context' - execution: | - drupal generate:plugin:rulesaction \ - --module="modulename" \ - --class="DefaultAction" \ - --label="Default action" \ - --plugin-id="default_action" \ - --type="user" \ - --category="default_action" \ - --context="default_action" - - description: 'Generate a node rule action plugin specifying the module name, the class, its label, the plugin id, the type, the category and its context' - execution: | - drupal generate:plugin:rulesaction \ - --module="modulename" \ - --class="DefaultAction" \ - --label="Default action" \ - --plugin-id="default_action" \ - --type="node" \ - --category="default_action" \ - --context="default_action"