File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -801,3 +801,11 @@ could listen to the ``mailer.post_send`` event and change the method's return va
801
801
802
802
That's it! Your subscriber should be called automatically (or read more about
803
803
: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 `
Original file line number Diff line number Diff line change @@ -2773,6 +2773,8 @@ implement :class:`Symfony\\Component\\Security\\Core\\User\\EquatableInterface`.
2773
2773
Then, your ``isEqualTo() `` method will be called when comparing users instead
2774
2774
of the core logic.
2775
2775
2776
+ .. _security-security-events :
2777
+
2776
2778
Security Events
2777
2779
---------------
2778
2780
You can’t perform that action at this time.
0 commit comments