php bin/console debug:event-dispatcher
Display configured listeners for an application
Usage
debug:event-dispatcher [--dispatcher DISPATCHER] [--format FORMAT] [--raw] [--] [<event>]
Arguments
event An event name or a part of the event name
Options
--dispatcher To view events of a specific event dispatcher
--format The output format (txt, xml, json, or md)
--raw To output raw description
Help
The debug:event-dispatcher command displays all configured listeners:
php bin/console debug:event-dispatcher
To get specific listeners for an event, specify its name:
php bin/console debug:event-dispatcher kernel.request