Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / generate.form.yml
1 description: 'Generate a new "%s"'
2 help: 'The <info>"%s"</info> command helps you generate a new "%s"'
3 welcome: 'Welcome to the Drupal form generator'
4 options:
5     module: common.options.module
6     class: 'The form class name'
7     form-id: 'The Form id'
8     services: common.options.services
9     config-file: 'Add a config file'
10     inputs: common.options.inputs
11     path: 'Enter the form path'
12 questions:
13     module: common.questions.module
14     class: 'Enter the Form Class name'
15     form-id: 'Enter the Form id'
16     services: common.questions.services
17     config-file: 'Do you want to generate a config file'
18     inputs: common.questions.inputs
19     routing: 'Would you like to register a route for this form'
20     menu_link_gen: 'Generate a menu link'
21     menu_link_title: 'A title for the menu link'
22     menu_parent: 'Menu parent'
23     menu_link_desc: 'A description for the menu link'
24     path: 'Enter the route path'
25