Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.migrate.source.yml
1 description: 'Generate a migrate source plugin'
2 help: 'The <info>generate:migrate:plugin:source</info> command helps you generate a new migrate source plugin.'
3 welcome: 'Welcome to the Drupal Migrate Source Plugin generator'
4 options:
5     module: common.options.module
6     class: 'Plugin class name'
7     plugin-id: 'Plugin id'
8     table: 'Table to query'
9     alias: 'Short alias to refer to the table as'
10     group-by: 'Field to group results by'
11     fields: 'Fields to export'
12 questions:
13     module: common.questions.module
14     class: 'Enter the plugin class name'
15     plugin-id: 'Enter the plugin id'
16     table: 'Enter the table name'
17     alias: 'Enter the alias for the table'
18     group-by: 'Enter a field to group by if desired'
19     fields:
20       id: 'Enter the field id or press <info>enter</enter> if done'
21       description: 'Enter the field description'