class AnnotationDirectoryLoader

AnnotationDirectoryLoader loads routing information from annotations set on PHP classes and methods.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of AnnotationDirectoryLoader

1 file declares its use of AnnotationDirectoryLoader

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php, line 23

Namespace

Symfony\Component\Routing\Loader
View source

Members

Namesort descending Modifiers Type Description Overrides
AnnotationDirectoryLoader::load public function Loads from annotations from a directory. Overrides AnnotationFileLoader::load
AnnotationDirectoryLoader::supports public function Overrides AnnotationFileLoader::supports
AnnotationFileLoader::$loader protected property
AnnotationFileLoader::findClass protected function Returns the full class name for the first class in the file.
AnnotationFileLoader::__construct public function Constructor.