This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/vendor/drupal/console-en/translations/debug.event.yml

16 lines
540 B
YAML
Raw Normal View History

2018-11-23 12:29:20 +00:00
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