namespace Symfony\Component\HttpKernel\EventListener
Object name | File name | Summary |
---|---|---|
AbstractSessionListener | vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php | Sets the session onto the request on the "kernel.request" event and saves it on the "kernel.response" event. |
AddRequestFormatsListener | vendor/symfony/http-kernel/EventListener/AddRequestFormatsListener.php | Adds configured formats to each request. |
CacheAttributeListener | vendor/symfony/http-kernel/EventListener/CacheAttributeListener.php | Handles HTTP cache headers configured via the Cache attribute. |
DebugHandlersListener | vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php | Sets an exception handler. |
DisallowRobotsIndexingListener | vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php | Ensures that the application is not indexed by search engines. |
DumpListener | vendor/symfony/http-kernel/EventListener/DumpListener.php | Configures dump() handler. |
ErrorListener | vendor/symfony/http-kernel/EventListener/ErrorListener.php | @author Fabien Potencier <fabien@symfony.com> |
FragmentListener | vendor/symfony/http-kernel/EventListener/FragmentListener.php | Handles content fragments represented by special URIs. |
LocaleAwareListener | vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php | Pass the current locale to the provided services. |
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. |
SessionListener | vendor/symfony/http-kernel/EventListener/SessionListener.php | Sets the session in the request. |
SurrogateListener | vendor/symfony/http-kernel/EventListener/SurrogateListener.php | SurrogateListener adds a Surrogate-Control HTTP header when the Response needs to be parsed for Surrogates. |
ValidateRequestListener | vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php | Validates Requests. |