AddRequestFormatsListener |
vendor/symfony/http-kernel/EventListener/AddRequestFormatsListener.php |
Adds configured formats to each request. |
DebugHandlersListener |
vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php |
Configures errors and exceptions handlers. |
DumpListener |
vendor/symfony/http-kernel/EventListener/DumpListener.php |
Configures dump() handler. |
ErrorsLoggerListener |
vendor/symfony/http-kernel/EventListener/ErrorsLoggerListener.php |
Injects the logger into the ErrorHandler, so that it can log various errors. |
EsiListener |
vendor/symfony/http-kernel/EventListener/EsiListener.php |
EsiListener adds a Surrogate-Control HTTP header when the Response needs to be parsed for ESI. |
ExceptionListener |
vendor/symfony/http-kernel/EventListener/ExceptionListener.php |
ExceptionListener. |
FragmentListener |
vendor/symfony/http-kernel/EventListener/FragmentListener.php |
Handles content fragments represented by special URIs. |
LocaleListener |
vendor/symfony/http-kernel/EventListener/LocaleListener.php |
Initializes the locale based on the current request. |
ProfilerListener |
vendor/symfony/http-kernel/EventListener/ProfilerListener.php |
ProfilerListener collects data for the current request by listening to the kernel events. |
ResponseListener |
vendor/symfony/http-kernel/EventListener/ResponseListener.php |
ResponseListener fixes the Response headers based on the Request. |
RouterListener |
vendor/symfony/http-kernel/EventListener/RouterListener.php |
Initializes the context from the request and sets request attributes based on a matching route. |
SaveSessionListener |
vendor/symfony/http-kernel/EventListener/SaveSessionListener.php |
Saves the session, in case it is still open, before sending the response/headers. |
SessionListener |
vendor/symfony/http-kernel/EventListener/SessionListener.php |
Sets the session in the request. |
StreamedResponseListener |
vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php |
StreamedResponseListener is responsible for sending the Response
to the client. |
SurrogateListener |
vendor/symfony/http-kernel/EventListener/SurrogateListener.php |
SurrogateListener adds a Surrogate-Control HTTP header when the Response needs to be parsed for Surrogates. |
TestSessionListener |
vendor/symfony/http-kernel/EventListener/TestSessionListener.php |
TestSessionListener. |
TranslatorListener |
vendor/symfony/http-kernel/EventListener/TranslatorListener.php |
Synchronizes the locale between the request and the translator. |