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/debug.event.yml
2018-11-23 12:29:20 +00:00

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