|
FilterControllerEvent |
vendor/symfony/http-kernel/Event/FilterControllerEvent.php |
Allows filtering of a controller callable. |
|
FilterResponseEvent |
vendor/symfony/http-kernel/Event/FilterResponseEvent.php |
Allows to filter a Response object. |
|
FinishRequestEvent |
vendor/symfony/http-kernel/Event/FinishRequestEvent.php |
Triggered whenever a request is fully processed. |
|
GetResponseEvent |
vendor/symfony/http-kernel/Event/GetResponseEvent.php |
Allows to create a response for a request. |
|
GetResponseForControllerResultEvent |
vendor/symfony/http-kernel/Event/GetResponseForControllerResultEvent.php |
Allows to create a response for the return value of a controller. |
|
GetResponseForExceptionEvent |
vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php |
Allows to create a response for a thrown exception. |
|
KernelEvent |
vendor/symfony/http-kernel/Event/KernelEvent.php |
Base class for events thrown in the HttpKernel component. |
|
PostResponseEvent |
vendor/symfony/http-kernel/Event/PostResponseEvent.php |
Allows to execute logic after a response was sent. |