php bin/console debug:event-dispatcher

Display configured listeners for an application

Usage

debug:event-dispatcher [--format FORMAT] [--raw] [--] [<event>]

Arguments

event   An event name 

Options

      --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