Chris@0: attributes->get('_controller') Chris@0: * Chris@0: * @return mixed|bool Chris@0: * A PHP callable representing the Controller, or false if this resolver is Chris@0: * not able to determine the controller Chris@0: * Chris@0: * @throws \InvalidArgumentException|\LogicException Chris@0: * Thrown if the controller can't be found. Chris@0: * Chris@0: * @see \Symfony\Component\HttpKernel\Controller\ControllerResolverInterface::getController() Chris@0: */ Chris@0: public function getControllerFromDefinition($controller); Chris@0: Chris@0: }