Overrides ControllerResolverInterface::getController
public function getController(Request $request) : callable|false { $e = $this->stopwatch ->start('controller.get_callable'); try { return $this->resolver ->getController($request); } finally { $e->stop(); } }