Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.rest.resource.yml
1 description: 'Generate plugin rest resource'
2 help: 'The <info>generate:plugin:rest:resource</info> command helps you generate a new rest resource.'
3 welcome: 'Welcome to the Drupal Plugin Rest Resource generator'
4 options:
5     module: common.options.module
6     class: 'Plugin Rest Resource class'
7     plugin-id: 'Plugin Rest Resource id'
8     plugin-label: 'Plugin Rest Resource Label'
9     plugin-url: 'Plugin Rest Resource URL'
10     plugin-states: 'Plugin Rest Resource States'
11 questions:
12     module: common.questions.module
13     class: 'Enter the plugin rest resource name'
14     plugin-id: 'Enter the plugin rest resource id'
15     plugin-label: 'Enter the plugin rest resource label'
16     plugin-url: 'Enter the plugin rest resource url'
17     plugin-states: 'Please select what REST States implement in your resource (GET is selected by default)'
18 messages:
19     selected-states: 'States selected'