File
- drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php, line 245
Class
- AnnotationClassLoader
- AnnotationClassLoader loads routing information from a PHP class and its methods.
Namespace
Symfony\Component\Routing\Loader
Code
protected abstract function configureRoute(Route $route, \ReflectionClass $class, \ReflectionMethod $method, $annot);