Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9695d7e

Browse filesBrowse files
committed
[Debug] Added option to specify the event dispatcher in debug:event-dispatcher
1 parent c26c56f commit 9695d7e
Copy full SHA for 9695d7e

File tree

Expand file treeCollapse file tree

1 file changed

+12
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-0
lines changed

‎event_dispatcher.rst

Copy file name to clipboardExpand all lines: event_dispatcher.rst
+12Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,18 @@ its name:
322322
323323
$ php bin/console debug:event-dispatcher kernel.exception
324324
325+
For the :doc:`new experimental Security </security/experimental_authenticators>`
326+
an event dispatcher per firewall was added. You can get the registered listeners
327+
for a particular event dispatcher by using the ``--dispatcher`` option:
328+
329+
.. code-block:: terminal
330+
331+
$ php bin/console debug:event-dispatcher --dispatcher=security.event_dispatcher.main
332+
333+
.. versionadded:: 5.3
334+
335+
The ``dispatcher`` option was introduced in Symfony 5.3.
336+
325337
Learn more
326338
----------
327339

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.