You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #15186 Adding full subscriber example (ThomasLandauer)
This PR was submitted for the 5.2 branch but it was merged into the 5.4 branch instead.
Discussion
----------
Adding full subscriber example
Reason: It's not so easy to figure this out, since the linked Event Subscriber page doesn't show how to subscribe to this specific event.
Questions:
* The introduction text says "e.g. invalidate some tokens". How can this be done?
* How can you add a flash message? `$this->addFlash()` didn't work for me.
* I'm extending `AbstractController` to have access to `$this->generateUrl()` - is this the easiest/best way?
Commits
-------
4f90b3c Adding full subscriber example
0 commit comments