Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / debug.event.yml
diff --git a/vendor/drupal/console-en/translations/debug.event.yml b/vendor/drupal/console-en/translations/debug.event.yml
new file mode 100644 (file)
index 0000000..e9197b3
--- /dev/null
@@ -0,0 +1,16 @@
+description: 'Displays current events '
+help: 'The <info>debug:event</info> command helps you debug events.'
+arguments:
+  event: 'Event to debug'
+messages:
+  event: Event Name
+  class: 'Class'
+  method: 'Method'
+  no-events: 'This event does not exist, try to execute command: debug:event'
+examples:
+    - description: 'List all the events that could be debugged'
+      execution: |
+        drupal debug:evet
+    - description: 'Show the information for the kernel.request event'
+      execution: |
+        drupal debug:event kernel.request
\ No newline at end of file