interface ControllerResolverInterface

A ControllerResolverInterface implementation knows how to determine the controller to execute based on a Request object.

It can also determine the arguments to pass to the Controller.

A Controller can be any valid PHP callable.

@author Fabien Potencier <fabien@symfony.com>

@api

Hierarchy

Expanded class hierarchy of ControllerResolverInterface

All classes that implement ControllerResolverInterface

6 files declare their use of ControllerResolverInterface

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php, line 28

Namespace

Symfony\Component\HttpKernel\Controller
View source

Members

Namesort descending Modifiers Type Description Overrides
ControllerResolverInterface::getArguments public function Returns the arguments to pass to the controller. 5
ControllerResolverInterface::getController public function Returns the Controller instance associated with a Request. 5