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
Expanded class hierarchy of ControllerResolverInterface
All classes that implement ControllerResolverInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ControllerResolverInterface:: |
public | function | Returns the arguments to pass to the controller. | 5 |
ControllerResolverInterface:: |
public | function | Returns the Controller instance associated with a Request. | 5 |