Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions event_dispatcher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,18 @@ its name:

$ php bin/console debug:event-dispatcher kernel.exception

For the :doc:`new experimental Security </security/experimental_authenticators>`
an event dispatcher per firewall was added. You can get the registered listeners
for a particular event dispatcher by using the ``--dispatcher`` option:

.. code-block:: terminal

$ php bin/console debug:event-dispatcher --dispatcher=security.event_dispatcher.main

.. versionadded:: 5.3

The ``dispatcher`` option was introduced in Symfony 5.3.

Learn more
----------

Expand Down