ControllerResolver
ControllerResolver
class ControllerResolver implements ControllerResolverInterface
ControllerResolver.
This implementation uses the '_controller' request attribute to determine the controller to execute and uses the request attributes to determine the controller method arguments.
Methods
__construct(LoggerInterface $logger = null) Constructor. | ||
callable|false | getController(Request $request) Returns the Controller instance as |