Skip to content

Commit a665414

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: Add a 'Learn More' section to event dispatcher to easily find related content
2 parents 93c10b6 + b6ecf33 commit a665414

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

event_dispatcher.rst

Lines changed: 8 additions & 0 deletions
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

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

2785+
.. _security-security-events:
2786+
27852787
Security Events
27862788
---------------
27872789

0 commit comments

Comments
 (0)