Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / debug.event.yml
1 description: 'Displays current events '
2 help: 'The <info>debug:event</info> command helps you debug events.'
3 arguments:
4   event: 'Event to debug'
5 messages:
6   event: Event Name
7   class: 'Class'
8   method: 'Method'
9   no-events: 'This event does not exist, try to execute command: debug:event'
10 examples:
11     - description: 'List all the events that could be debugged'
12       execution: |
13         drupal debug:evet
14     - description: 'Show the information for the kernel.request event'
15       execution: |
16         drupal debug:event kernel.request