Symfony\Component\HttpKernel\EventListener
Classes
| AbstractSessionListener | Sets the session onto the request on the "kernel.request" event and saves it on the "kernel.response" event. |
| AbstractTestSessionListener | TestSessionListener. |
| AddRequestFormatsListener | Adds configured formats to each request. |
| DebugHandlersListener | Configures errors and exceptions handlers. |
| DumpListener | Configures dump() handler. |
| ExceptionListener | ExceptionListener. |
| FragmentListener | Handles content fragments represented by special URIs. |
| LocaleListener | Initializes the locale based on the current request. |
| ProfilerListener | ProfilerListener collects data for the current request by listening to the kernel events. |
| ResponseListener | ResponseListener fixes the Response headers based on the Request. |
| RouterListener | Initializes the context from the request and sets request attributes based on a matching route. |
| SaveSessionListener deprecated | |
| SessionListener | Sets the session in the request. |
| StreamedResponseListener | StreamedResponseListener is responsible for sending the Response to the client. |
| SurrogateListener | SurrogateListener adds a Surrogate-Control HTTP header when the Response needs to be parsed for Surrogates. |
| TestSessionListener | Sets the session in the request. |
| TranslatorListener | Synchronizes the locale between the request and the translator. |
| ValidateRequestListener | Validates Requests. |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpKernel/EventListener.html