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

Commit978a84a

Browse files
committed
Add a 'Learn More' section to event dispatcher to easily find related content
1 parentb5fbf24 commit978a84a

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
@@ -814,3 +814,21 @@ could listen to the ``mailer.post_send`` event and change the method's return va
814814

815815
That's it! Your subscriber should be called automatically (or read more about
816816
:ref:`event subscriber configuration<ref-event-subscriber-configuration>`).
817+
818+
819+
Learn More
820+
----------
821+
822+
Security
823+
~~~~~~~~
824+
825+
-:ref:`Security Events<security-security-events>`
826+
-:ref:`Authentication Events<security-authentication-events>`
827+
-:ref:`Other Events<security-other-events>`
828+
829+
Other
830+
~~~~~
831+
832+
-:doc:`/reference/events`
833+
-:doc:`/components/event_dispatcher`
834+
-: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