Search for all
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
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. |
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", … |
AnnotationWithAttributes.php | file | core/ |
|
AnnotationWithAttributes::$annotation | property | core/ |
|
AnnotationWithAttributes::$array | property | core/ |
|
AnnotationWithAttributes::$arrayOfAnnotations | property | core/ |
|
AnnotationWithAttributes::$arrayOfIntegers | property | core/ |
|
AnnotationWithAttributes::$arrayOfStrings | property | core/ |
|
AnnotationWithAttributes::$bool | property | core/ |
|
AnnotationWithAttributes::$boolean | property | core/ |
|
AnnotationWithAttributes::$float | property | core/ |
|
AnnotationWithAttributes::$integer | property | core/ |
|
AnnotationWithAttributes::$mixed | property | core/ |
|
AnnotationWithAttributes::$string | property | core/ |
|
AnnotationWithAttributes::getAnnotation | function | core/ |
|
AnnotationWithAttributes::getArray | function | core/ |
|
AnnotationWithAttributes::getArrayOfAnnotations | function | core/ |
Pagination
- Previous page
- Page 39
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.