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 |
|
annotated.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/annotated.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 |
|
AnnotationLoader |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/AnnotationLoader.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. |
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. |
AnnotationReader |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php |
A reader for docblock annotations. |
NoAnnotation.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/NoAnnotation.php |
|
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. |
TopLevelAnnotation |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/TopLevelAnnotation.php |
|
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. |
AnnotationException |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationException.php |
Description of AnnotationException |
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/Component/Annotation/AnnotationInterface.php |
Defines a common interface for classed annotations. |
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. |
AnnotationReaderTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AnnotationReaderTest.php |
|
AnnotationLoaderTest |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php |
|
AnnotationDriver.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php |
|
AnnotationReader.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php |
|
IgnoreAnnotation.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php |
|
AnnotationLoader.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/AnnotationLoader.php |
|
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… |
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"); |
AnnotWithDefaultValue |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/AnnotWithDefaultValue.php |
|
DocParser::Annotations |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Annotations ::= Annotation {[ "*" ]* [Annotation]}* |
AnnotationTargetMethod |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetMethod.php |
Plugin annotation
@Target("METHOD"); |
AnnotationRegistry.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationRegistry.php |
|
SimpleAnnotationReader |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
Simple Annotation Reader. |
TopLevelAnnotation.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/TopLevelAnnotation.php |
|
AnnotationInterface.php |
file |
drupal/core/lib/Drupal/Component/Annotation/AnnotationInterface.php |
Contains Drupal\Component\Annotation\AnnotationInterface. |
AnnotationWithConstants |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithConstants.php |
Plugin annotation
@Target("ALL"); |
AnnotatedClassDiscovery |
class |
drupal/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php |
Defines a discovery mechanism to find annotated plugins in PSR-0 namespaces. |
AnnotationException.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationException.php |
|
AnnotatedClassDiscovery |
class |
drupal/core/lib/Drupal/Component/Plugin/Discovery/AnnotatedClassDiscovery.php |
Defines a discovery mechanism to find annotated plugins in PSR-0 namespaces. |
AnnotationTargetAll.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetAll.php |
|
Annotation::__construct |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation.php |
Constructor |
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", … |
AnnotationLoaderTest.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php |
|
AnnotationFileLoaderTest |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php |
|
IgnoreAnnotation::$names |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php |
|
TestParseAnnotationClass |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@parseAnnotation("var")
@author Johannes M. Schmitt <schmittjoh@gmail.com> |
AnnotationReaderTest.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AnnotationReaderTest.php |
|