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 b288550

Browse filesBrowse files
committed
minor #14650 [Debug] Added option to specify the event dispatcher in debug:event-dispatcher (TimoBakx)
This PR was merged into the 5.3-dev branch. Discussion ---------- [Debug] Added option to specify the event dispatcher in debug:event-dispatcher Documentation for symfony/symfony#39276 Part of #SymfonyHackday Commits ------- 9695d7e [Debug] Added option to specify the event dispatcher in debug:event-dispatcher
2 parents e30568a + 9695d7e commit b288550
Copy full SHA for b288550

File tree

1 file changed

+12
-0
lines changed
Filter options

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.