namespace Symfony\Component\HttpKernel\Event
Object name | File name | Summary |
---|---|---|
ControllerArgumentsEvent | vendor/symfony/http-kernel/Event/ControllerArgumentsEvent.php | Allows filtering of controller arguments. |
ControllerEvent | vendor/symfony/http-kernel/Event/ControllerEvent.php | Allows filtering of a controller callable. |
ExceptionEvent | vendor/symfony/http-kernel/Event/ExceptionEvent.php | Allows to create a response for a thrown exception. |
FinishRequestEvent | vendor/symfony/http-kernel/Event/FinishRequestEvent.php | Triggered whenever a request is fully processed. |
KernelEvent | vendor/symfony/http-kernel/Event/KernelEvent.php | Base class for events dispatched in the HttpKernel component. |
RequestEvent | vendor/symfony/http-kernel/Event/RequestEvent.php | Allows to create a response for a request. |
ResponseEvent | vendor/symfony/http-kernel/Event/ResponseEvent.php | Allows to filter a Response object. |
TerminateEvent | vendor/symfony/http-kernel/Event/TerminateEvent.php | Allows to execute logic after a response was sent. |
ViewEvent | vendor/symfony/http-kernel/Event/ViewEvent.php | Allows to create a response for the return value of a controller. |