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