You are here

abstract protected function AnnotationClassLoader::configureRoute in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/routing/Loader/AnnotationClassLoader.php \Symfony\Component\Routing\Loader\AnnotationClassLoader::configureRoute()
1 call to AnnotationClassLoader::configureRoute()
AnnotationClassLoader::addRoute in vendor/symfony/routing/Loader/AnnotationClassLoader.php

File

vendor/symfony/routing/Loader/AnnotationClassLoader.php, line 267

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