ControllerResolverInterface
interface ControllerResolverInterface implements ControllerResolverInterface (View source)
Extends the ControllerResolverInterface from symfony.
Methods
mixed|bool
getControllerFromDefinition(mixed $controller)
Returns the Controller instance with a given controller route definition.
Details
mixed|bool
getControllerFromDefinition(mixed $controller)
Returns the Controller instance with a given controller route definition.
As several resolvers can exist for a single application, a resolver must return false when it is not able to determine the controller.