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
801801
802802That'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 `
Original file line number Diff line number Diff line change @@ -2773,6 +2773,8 @@ implement :class:`Symfony\\Component\\Security\\Core\\User\\EquatableInterface`.
27732773Then, your ``isEqualTo() `` method will be called when comparing users instead
27742774of the core logic.
27752775
2776+ .. _security-security-events :
2777+
27762778Security Events
27772779---------------
27782780
You can’t perform that action at this time.
0 commit comments