Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / generate.controller.yml
1 description: 'Generate & Register a controller'
2 help: 'The <info>generate:controller</info> command helps you generate a new controller.'
3 welcome: 'Welcome to the Drupal Controller generator'
4 options:
5     module: common.options.module
6     class: 'Controller Class name'
7     routes: 'The routes, must be an array containing [title, method, path]'
8     services: common.options.services
9     test: 'Generate a test class'
10 questions:
11     module: common.questions.module
12     class: 'Enter the Controller class name'
13     title: 'Enter the Controller method title (to stop adding more methods, leave this empty)'
14     method: 'Enter the action method name'
15     path: 'Enter the route path'
16     services: common.questions.services
17     test: 'Do you want to generate a unit test class'
18 messages:
19     title-empty: 'Title must contain a value (you must enter at least one method)'
20     title-already-added: 'Title was already added'
21     method-name-already-added: 'Method name was already added'
22     path-already-added: 'Path was already added'