constant KernelEvents::CONTROLLER

The CONTROLLER event occurs once a controller was found for handling a request

This event allows you to change the controller that will handle the request. The event listener method receives a Symfony\Component\HttpKernel\Event\FilterControllerEvent instance.

@api

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelEvents.php, line 79

Class

KernelEvents
Contains all events thrown in the HttpKernel component

Namespace

Symfony\Component\HttpKernel

Code

const CONTROLLER = 'kernel.controller';