2022-04-27 11:30:43 +02:00

17 lines
542 B
YAML

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:event
- description: 'Show the information for the kernel.request event'
execution: |
drupal debug:event kernel.request