Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / generate.routesubscriber.yml
1 description: 'Generate a RouteSubscriber'
2 help: 'The <info>generate:service</info> command helps you generate a new RouteSubscriber.'
3 welcome: 'Welcome to the Drupal RouteSubscriber generator.'
4 options:
5     module: common.options.module
6     name: 'Service name'
7     class: 'Class name'
8 questions:
9     module: common.questions.module
10     name: 'Enter the service name'
11     class: 'Enter the Class name'