Skip to content

Commit b6ecf33

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: Add a 'Learn More' section to event dispatcher to easily find related content
2 parents 8c355e2 + fae981f commit b6ecf33

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

event_dispatcher.rst

+8
Original file line numberDiff line numberDiff line change
@@ -801,3 +801,11 @@ could listen to the ``mailer.post_send`` event and change the method's return va
801801

802802
That's it! Your subscriber should be called automatically (or read more about
803803
:ref:`event subscriber configuration <ref-event-subscriber-configuration>`).
804+
805+
Learn More
806+
----------
807+
808+
- :ref:`The Request-Response Lifecycle <the-workflow-of-a-request>`
809+
- :doc:`/reference/events`
810+
- :ref:`Security-related Events <security-security-events>`
811+
- :doc:`/components/event_dispatcher`

security.rst

+2
Original file line numberDiff line numberDiff line change
@@ -2773,6 +2773,8 @@ implement :class:`Symfony\\Component\\Security\\Core\\User\\EquatableInterface`.
27732773
Then, your ``isEqualTo()`` method will be called when comparing users instead
27742774
of the core logic.
27752775

2776+
.. _security-security-events:
2777+
27762778
Security Events
27772779
---------------
27782780

0 commit comments

Comments
 (0)