3da18b63e7a38df7efe10e1f01f2594924d185b4
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.rulesaction.yml
1 description: 'Generate a plugin rule action'
2 help: 'The <info>generate:plugin:rulesaction</info> command helps you generate a new Plugin rule action.'
3 welcome: 'Welcome to the Drupal Plugin Rules Action generator'
4 options:
5     module: common.options.module
6     class: 'Plugin class name'
7     label: 'Plugin label'
8     plugin-id: 'Plugin id'
9     inputs: common.options.inputs
10     services: common.options.services
11     category: 'Plugin category'
12     context: 'Plugin context'
13     type: 'Action Type (user or node)'
14 questions:
15     module: common.questions.module
16     class: 'Enter the plugin class name'
17     label: 'Enter the plugin label'
18     plugin-id: 'Enter the plugin id'
19     inputs: common.questions.inputs
20     services: common.questions.services
21     category: 'Enter plugin category'
22     context: 'Enter plugin context'