This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/generate.ajax.command.yml
2018-11-23 12:29:20 +00:00

13 lines
504 B
YAML

description: 'Generate & Register a custom ajax command'
help: 'The <info>generate:ajax:command</info> command helps you generate a new custom ajax command.'
welcome: 'Welcome to the Drupal Ajax generator'
options:
module: 'The Module name.'
class: 'Ajax Class name'
method: 'Custom ajax method'
js-name: 'Custom javascript name'
questions:
module: 'Enter the module name'
class: 'Enter the Ajax class name'
method: 'Enter the render method name'
js-name: 'Enter a custom javascript name'