function AttributeClassLoader::configureRoute
Parameters
RouteAttribute $attr or an object that exposes a similar interface:
Return value
void
1 call to AttributeClassLoader::configureRoute()
- AttributeClassLoader::addRoute in vendor/
symfony/ routing/ Loader/ AttributeClassLoader.php
File
-
vendor/
symfony/ routing/ Loader/ AttributeClassLoader.php, line 357
Class
- AttributeClassLoader
- AttributeClassLoader loads routing information from a PHP class and its methods.
Namespace
Symfony\Component\Routing\LoaderCode
protected abstract function configureRoute(Route $route, \ReflectionClass $class, \ReflectionMethod $method, object $attr);