Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / generate.ajax.command.yml
diff --git a/vendor/drupal/console-en/translations/generate.ajax.command.yml b/vendor/drupal/console-en/translations/generate.ajax.command.yml
new file mode 100644 (file)
index 0000000..3983681
--- /dev/null
@@ -0,0 +1,13 @@
+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'
\ No newline at end of file