Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitad451ec

Browse files
committed
minor#20363 [EventDispatcher] Add a 'Learn More' section to event dispatcher to easily find related… (kolossa)
This PR was merged into the 5.4 branch.Discussion----------[EventDispatcher] Add a 'Learn More' section to event dispatcher to easily find related…… content<!--If your pull request fixes a BUG, use the oldest maintained branch that containsthe bug (seehttps://symfony.com/releases for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `7.x` for features of unreleased versions).-->Commits-------978a84a Add a 'Learn More' section to event dispatcher to easily find related content
2 parents4f64f71 +978a84a commitad451ec

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

‎event_dispatcher.rst‎

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,3 +817,21 @@ could listen to the ``mailer.post_send`` event and change the method's return va
817817

818818
That's it! Your subscriber should be called automatically (or read more about
819819
:ref:`event subscriber configuration<ref-event-subscriber-configuration>`).
820+
821+
822+
Learn More
823+
----------
824+
825+
Security
826+
~~~~~~~~
827+
828+
-:ref:`Security Events<security-security-events>`
829+
-:ref:`Authentication Events<security-authentication-events>`
830+
-:ref:`Other Events<security-other-events>`
831+
832+
Other
833+
~~~~~
834+
835+
-:doc:`/reference/events`
836+
-:doc:`/components/event_dispatcher`
837+
-:ref:`The Request-Response Lifecycle<the-workflow-of-a-request>`

‎security.rst‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2590,6 +2590,8 @@ implement :class:`Symfony\\Component\\Security\\Core\\User\\EquatableInterface`.
25902590
Then, your ``isEqualTo()`` method will be called when comparing users instead
25912591
of the core logic.
25922592

2593+
.. _security-security-events:
2594+
25932595
Security Events
25942596
---------------
25952597

@@ -2657,6 +2659,8 @@ for these events.
26572659
]);
26582660
};
26592661
2662+
.. _security-authentication-events:
2663+
26602664
Authentication Events
26612665
~~~~~~~~~~~~~~~~~~~~~
26622666

@@ -2691,6 +2695,8 @@ Authentication Events
26912695
authentication. Listeners to this event can modify the error response
26922696
sent back to the user.
26932697

2698+
.. _security-other-events:
2699+
26942700
Other Events
26952701
~~~~~~~~~~~~
26962702

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp