FilterControllerEvent
FilterControllerEvent
class FilterControllerEvent extends KernelEvent
Allows filtering of a controller callable.
You can call getController() to retrieve the current controller. With setController() you can set a new controller that is used in the processing of the request.
Controllers should be callables.
Methods
bool | isPropagationStopped() Returns whether further event listeners should be triggered. | from Event |
sto
|