Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AnnotationBridgeDecorator | class | core/ |
Ensures that all definitions are run through the annotation process. |
| AnnotationBridgeDecorator.php | file | core/ |
|
| AnnotationBridgeDecorator::$decorated | property | core/ |
The decorated plugin discovery. |
| AnnotationBridgeDecorator::$pluginDefinitionAnnotationName | property | core/ |
The name of the annotation that contains the plugin definition. |
| AnnotationBridgeDecorator::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| AnnotationBridgeDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
| AnnotationBridgeDecorator::__construct | function | core/ |
ObjectDefinitionDiscoveryDecorator constructor. |
| AnnotationBridgeDecoratorTest | class | core/ |
Tests Drupal\Component\Annotation\Plugin\Discovery\AnnotationBridgeDecorator. |
| AnnotationBridgeDecoratorTest.php | file | core/ |
|
| AnnotationBridgeDecoratorTest::testGetDefinitions | function | core/ |
Tests get definitions. |
| AnnotationEnum | class | core/ |
Plugin annotation @Target("ALL"); |
| AnnotationEnum.php | file | core/ |
|
| AnnotationEnum::$value | property | core/ |
Plugin annotation @Enum({"ONE","TWO","THREE"}) |
| AnnotationEnum::ONE | constant | core/ |
|
| AnnotationEnum::THREE | constant | core/ |
|
| AnnotationEnum::TWO | constant | core/ |
|
| AnnotationEnumInvalid | class | core/ |
Plugin annotation @Target("ALL"); |
| AnnotationEnumInvalid.php | file | core/ |
|
| AnnotationEnumInvalid::$value | property | core/ |
Plugin annotation @Enum({1, 2, "foo", "bar", {"foo":"bar"}}) |
| AnnotationEnumLiteral | class | core/ |
Plugin annotation @Target("ALL"); |
| AnnotationEnumLiteral.php | file | core/ |
|
| AnnotationEnumLiteral::$value | property | core/ |
Plugin annotation @Enum( value = { 1, 2, 3, }, literal = { 1 : "AnnotationEnumLiteral::ONE", 2 : "AnnotationEnumLiteral::TWO", 3 : "AnnotationEnumLiteral::THREE", } ) |
| AnnotationEnumLiteral::ONE | constant | core/ |
|
| AnnotationEnumLiteral::THREE | constant | core/ |
|
| AnnotationEnumLiteral::TWO | constant | core/ |
|
| AnnotationEnumLiteralInvalid | class | core/ |
Plugin annotation @Target("ALL"); |
| AnnotationEnumLiteralInvalid.php | file | core/ |
|
| AnnotationEnumLiteralInvalid::$value | property | core/ |
Plugin annotation @Enum( value = { 1, 2 }, literal = { 1 : "AnnotationEnumLiteral::ONE", 2 : "AnnotationEnumLiteral::TWO", 3 : "AnnotationEnumLiteral::THREE" } ) |
| AnnotationEnumLiteralInvalid::ONE | constant | core/ |
|
| AnnotationEnumLiteralInvalid::THREE | constant | core/ |
|
| AnnotationEnumLiteralInvalid::TWO | constant | core/ |
|
| AnnotationException | class | core/ |
Description of AnnotationException |
| AnnotationException.php | file | core/ |
This class is a near-copy of Doctrine\Common\Annotations\AnnotationException, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 2.0.2. |
| AnnotationException::attributeTypeError | function | core/ |
Creates a new AnnotationException describing an type error of an attribute. |
| AnnotationException::creationError | function | core/ |
Creates a new AnnotationException describing an error which occurred during the creation of the annotation. |
| AnnotationException::enumeratorError | function | core/ |
Creates a new AnnotationException describing a invalid enumerator. |
| AnnotationException::optimizerPlusLoadComments | function | core/ |
|
| AnnotationException::optimizerPlusSaveComments | function | core/ |
|
| AnnotationException::requiredError | function | core/ |
Creates a new AnnotationException describing an required error of an attribute. |
| AnnotationException::semanticalError | function | core/ |
Creates a new AnnotationException describing a Semantical error. |
| AnnotationException::semanticalErrorConstants | function | core/ |
Creates a new AnnotationException describing a constant semantical error. |
| AnnotationException::syntaxError | function | core/ |
Creates a new AnnotationException describing a Syntax error. |
| AnnotationException::typeError | function | core/ |
Creates a new AnnotationException describing a type error. |
| AnnotationExtendsAnnotationTargetAll | class | core/ |
|
| AnnotationInterface | interface | core/ |
Defines a common interface for classed annotations. |
| AnnotationInterface.php | file | core/ |
|
| AnnotationInterface::get | function | core/ |
Gets the value of an annotation. |
| AnnotationInterface::getClass | function | core/ |
Gets the class of the annotated class. |
| AnnotationInterface::getId | function | core/ |
Gets the unique ID for this annotated class. |
| AnnotationInterface::getProvider | function | core/ |
Gets the name of the provider of the annotated class. |
Pagination
- Previous page
- Page 38
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.