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 @@ -2844,6 +2844,8 @@ implement :class:`Symfony\\Component\\Security\\Core\\User\\EquatableInterface`.
2844
2844
Then, your ``isEqualTo() `` method will be called when comparing users instead
2845
2845
of the core logic.
2846
2846
2847
+ .. _security-security-events :
2848
+
2847
2849
Security Events
2848
2850
---------------
2849
2851
You can’t perform that action at this time.
0 commit comments