| Annotation | class | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation.php | Annotations class | 
          
                  | NoAnnotation | class | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/NoAnnotation.php |  | 
          
                  | Annotation.php | file | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation.php |  | 
          
                  | DummyAnnotation | class | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |  | 
          
                  | AnnotationDriver | class | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php | The AnnotationDriver reads the mapping metadata from docblock annotations. | 
          
                  | NoAnnotation.php | file | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/NoAnnotation.php |  | 
          
                  | AnnotationReader | class | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php | A reader for docblock annotations. | 
          
                  | DCOM55Annotation | class | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM55Test.php |  | 
          
                  | IgnoreAnnotation | class | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php | Annotation that can be used to signal to the parser to ignore specific
annotations during the parsing process. | 
          
                  | Annotation::__get | function | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation.php | Error handler for unknown property accessor in Annotation class. | 
          
                  | Annotation::__set | function | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation.php | Error handler for unknown property mutator in Annotation class. | 
          
                  | AnnotationRegistry | class | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationRegistry.php | AnnotationRegistry | 
          
                  | Annotation::$value | property | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation.php | Value property. Common among all derived classes. | 
          
                  | TopLevelAnnotation | class | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/TopLevelAnnotation.php |  | 
          
                  | AnnotationTargetAll | class | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetAll.php | Plugin annotation
@Target("ALL"); | 
          
                  | AnnotationInterface | interface | drupal/core/lib/Drupal/Core/Annotation/AnnotationInterface.php | Defines a common interface for classed annotations. | 
          
                  | AnnotationException | class | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationException.php | Description of AnnotationException | 
          
                  | AnnotationDriver.php | file | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php |  | 
          
                  | AnnotationFileLoader | class | drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationFileLoader.php | AnnotationFileLoader loads routing information from annotations set
on a PHP class and its methods. | 
          
                  | IgnoreAnnotation.php | file | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php |  | 
          
                  | AnnotationReaderTest | class | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AnnotationReaderTest.php |  | 
          
                  | AnnotationReader.php | file | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php |  | 
          
                  | AnnotationWithVarType | class | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithVarType.php | Plugin annotation
@Target("ALL"); | 
          
                  | AnnotationClassLoader | class | drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php | AnnotationClassLoader loads routing information from a PHP class and its methods. | 
          
                  | AnnotationTargetClass | class | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetClass.php | Plugin annotation
@Target("CLASS"); | 
          
                  | DocParser::Annotation | function | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php | Annotation     ::= "@" AnnotationName ["(" [Values] ")"]
AnnotationName ::= QualifiedName | SimpleName
QualifiedName  ::= NameSpacePart "\" {NameSpacePart "\"}* SimpleName
NameSpacePart  ::= identifier… | 
          
                  | SimpleAnnotationReader | class | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php | Simple Annotation Reader. | 
          
                  | AnnotationTargetMethod | class | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetMethod.php | Plugin annotation
@Target("METHOD"); | 
          
                  | DocParser::Annotations | function | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php | Annotations ::= Annotation {[ "*" ]* [Annotation]}* | 
          
                  | TopLevelAnnotation.php | file | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/TopLevelAnnotation.php |  | 
          
                  | AnnotationRegistry.php | file | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationRegistry.php |  | 
          
                  | AnnotationInterface.php | file | drupal/core/lib/Drupal/Core/Annotation/AnnotationInterface.php | Definition of Drupal\Core\Annotation\AnnotationInterface. | 
          
                  | AnnotationTargetAll.php | file | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetAll.php |  | 
          
                  | AnnotationWithConstants | class | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithConstants.php | Plugin annotation
@Target("ALL"); | 
          
                  | Annotation::__construct | function | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation.php | Constructor | 
          
                  | AnnotationException.php | file | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationException.php |  | 
          
                  | TestParseAnnotationClass | class | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php | @parseAnnotation("var")
@author Johannes M. Schmitt <schmittjoh@gmail.com> | 
          
                  | AnnotationDriver::$paths | property | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php | The paths where to look for mapping files. | 
          
                  | AnnotationWithAttributes | class | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php | Plugin annotation
@Target("ALL")
@Attributes({
      @Attribute("mixed",                type = "mixed"),
      @Attribute("boolean",              type = "boolean"),
      @Attribute("bool",                 type = "bool"),
      @Attribute("float",   … | 
          
                  | AnnotationFileLoaderTest | class | drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php |  | 
          
                  | AnnotationFileLoader.php | file | drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationFileLoader.php |  | 
          
                  | AnnotationInterface::get | function | drupal/core/lib/Drupal/Core/Annotation/AnnotationInterface.php | Returns the value of an annotation. | 
          
                  | IgnoreAnnotation::$names | property | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php |  | 
          
                  | AnnotationReaderTest.php | file | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AnnotationReaderTest.php |  | 
          
                  | AnnotationDriver::$reader | property | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php | The AnnotationReader. | 
          
                  | AnnotationTargetClass.php | file | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetClass.php |  | 
          
                  | AnnotationReader::$parser | property | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php | Annotations Parser | 
          
                  | AnnotationWithVarType.php | file | drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithVarType.php |  | 
          
                  | AnnotationClassLoader.php | file | drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |  | 
          
                  | AnnotationRegistry::reset | function | drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationRegistry.php |  |