abstract protected function AnnotationClassLoader::configureRoute

1 call to AnnotationClassLoader::configureRoute()
AnnotationClassLoader::addRoute in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php

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);