Event
Interfaces, Classes, Traits and Enums
- ControllerArgumentsEvent
- Allows filtering of controller arguments.
- ControllerEvent
- Allows filtering of a controller callable.
- ExceptionEvent
- Allows to create a response for a thrown exception.
- FilterControllerArgumentsEvent
- Base class for events thrown in the HttpKernel component.
- FilterControllerEvent
- Base class for events thrown in the HttpKernel component.
- FilterResponseEvent
- Base class for events thrown in the HttpKernel component.
- FinishRequestEvent
- Triggered whenever a request is fully processed.
- GetResponseEvent
- Base class for events thrown in the HttpKernel component.
- GetResponseForControllerResultEvent
- Allows to create a response for a request.
- GetResponseForExceptionEvent
- Allows to create a response for a request.
- KernelEvent
- Base class for events thrown in the HttpKernel component.
- PostResponseEvent
- Base class for events thrown in the HttpKernel component.
- RequestEvent
- Allows to create a response for a request.
- ResponseEvent
- Allows to filter a Response object.
- TerminateEvent
- Allows to execute logic after a response was sent.
- ViewEvent
- Allows to create a response for the return value of a controller.