File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 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 @@ -2782,6 +2782,8 @@ implement :class:`Symfony\\Component\\Security\\Core\\User\\EquatableInterface`.
2782
2782
Then, your ``isEqualTo() `` method will be called when comparing users instead
2783
2783
of the core logic.
2784
2784
2785
+ .. _security-security-events :
2786
+
2785
2787
Security Events
2786
2788
---------------
2787
2789
You can’t perform that action at this time.
0 commit comments