Search for annot
- Search 7.x for annot
- Search 9.5.x for annot
- Search 8.9.x for annot
- Search 10.3.x for annot
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| AnnotationInterface::setClass | function | core/ |
Sets the class of the annotated class. |
| AnnotationInterface::setProvider | function | core/ |
Sets the name of the provider of the annotated class. |
| AnnotationRegistry | class | core/ |
|
| AnnotationRegistry.php | file | core/ |
This class is a near-copy of Doctrine\Common\Annotations\AnnotationRegistry, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 2.0.2. |
| AnnotationRegistry::$failedToAutoload | property | core/ |
An array of classes which cannot be found |
| AnnotationRegistry::loadAnnotationClass | function | core/ |
Autoload an annotation class silently. |
| AnnotationRegistry::reset | function | core/ |
|
| Annotations | group | core/ |
Annotations for class discovery and metadata description. |
| AnnotationTargetAll | class | core/ |
Plugin annotation @Target("ALL"); |
| AnnotationTargetAll.php | file | core/ |
|
| AnnotationTargetAll::$data | property | core/ |
|
| AnnotationTargetAll::$name | property | core/ |
|
| AnnotationTargetAll::$target | property | core/ |
|
| AnnotationTargetAnnotation | class | core/ |
Plugin annotation @Target({ "ANNOTATION" }) |
| AnnotationTargetAnnotation.php | file | core/ |
|
| AnnotationTargetAnnotation::$data | property | core/ |
|
| AnnotationTargetAnnotation::$name | property | core/ |
|
| AnnotationTargetAnnotation::$target | property | core/ |
|
| AnnotationTargetClass | class | core/ |
Plugin annotation @Target("CLASS"); |
| AnnotationTargetClass.php | file | core/ |
|
| AnnotationTargetClass::$data | property | core/ |
|
| AnnotationTargetClass::$name | property | core/ |
|
| AnnotationTargetClass::$target | property | core/ |
|
| AnnotationTargetPropertyMethod | class | core/ |
Plugin annotation @Target({ "METHOD", "PROPERTY" }) |
| AnnotationTargetPropertyMethod.php | file | core/ |
|
| AnnotationTargetPropertyMethod::$data | property | core/ |
|
| AnnotationTargetPropertyMethod::$name | property | core/ |
|
| AnnotationTargetPropertyMethod::$target | property | core/ |
|
| AnnotationWithAttributes | class | core/ |
Plugin annotation @Target("ALL") @Attributes({ @Attribute("mixed", type = "mixed"), @Attribute("boolean", type = "boolean"), @Attribute("bool", type = "bool"), @Attribute("float", … |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.