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