EsiListener |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/EsiListener.php |
EsiListener adds a Surrogate-Control HTTP header when the Response needs to be parsed for ESI. |
ExceptionListener |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php |
ExceptionListener. |
LocaleListener |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/LocaleListener.php |
Initializes the locale based on the current request. |
ProfilerListener |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php |
ProfilerListener collects data for the current request by listening to the onKernelResponse event. |
ResponseListener |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ResponseListener.php |
ResponseListener fixes the Response headers based on the Request. |
RouterListener |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php |
Initializes the context from the request and sets request attributes based on a matching route. |
StreamedResponseListener |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php |
StreamedResponseListener is responsible for sending the Response
to the client. |