Extends the ControllerResolverInterface from symfony.
Hierarchy
- interface \Symfony\Component\HttpKernel\Controller\ControllerResolverInterface
- interface \Drupal\Core\Controller\ControllerResolverInterface
File
- core/lib/Drupal/Core/Controller/ControllerResolverInterface.php, line 10
Namespace
Drupal\Core\Controller
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ControllerResolverInterface::getArguments | public | function | Returns the arguments to pass to the controller. |
ControllerResolverInterface::getController | public | function | Returns the Controller instance associated with a Request. |
ControllerResolverInterface::getControllerFromDefinition | public | function | Returns the Controller instance with a given controller route definition. |
Please login to continue.