Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.type.annotation.yml
1 description: 'Generate a plugin type with annotation discovery'
2 help: 'The <info>generate:plugin:type:annotation</info> command helps you generate a new Plugin type that uses annotation discovery.'
3 welcome: 'Welcome to the Drupal Plugin Type generator'
4 options:
5     module: common.options.module
6     class: 'Plugin type class name'
7     machine-name: 'Plugin type machine name'
8     label: 'Plugin type label'
9 questions:
10     module: common.questions.module
11     class: 'Enter the plugin type class name'
12     machine-name: 'Enter the plugin type machine name'
13     label: 'Enter the plugin type label'