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 |
---|---|---|---|
AnnotationWithConstants.php | file | core/ |
|
AnnotationWithConstants::$value | property | core/ |
|
AnnotationWithConstants::FLOAT | constant | core/ |
|
AnnotationWithConstants::INTEGER | constant | core/ |
|
AnnotationWithConstants::STRING | constant | core/ |
|
AnnotationWithInvalidTargetDeclaration | class | core/ |
Plugin annotation @Target("Foo"); |
AnnotationWithRequiredAttributes | class | core/ |
Plugin annotation @Target("ALL") @Attributes({ @Attribute("value", required = true , type = "string"), @Attribute("annot", required = true , type =… |
AnnotationWithRequiredAttributes.php | file | core/ |
|
AnnotationWithRequiredAttributes::$annot | property | core/ |
|
AnnotationWithRequiredAttributes::$value | property | core/ |
|
AnnotationWithRequiredAttributes::getAnnot | function | core/ |
|
AnnotationWithRequiredAttributes::getValue | function | core/ |
|
AnnotationWithRequiredAttributes::__construct | function | core/ |
|
AnnotationWithRequiredAttributesWithoutContructor | class | core/ |
Plugin annotation @Target("ALL"); |
AnnotationWithRequiredAttributesWithoutContructor.php | file | core/ |
|
AnnotationWithRequiredAttributesWithoutContructor::$annot | property | core/ |
@Required |
AnnotationWithRequiredAttributesWithoutContructor::$value | property | core/ |
@Required |
AnnotationWithTargetEmpty | class | core/ |
@Target |
AnnotationWithTargetSyntaxError | class | core/ |
Plugin annotation @Target(@) |
AnnotationWithTargetSyntaxError.php | file | core/ |
|
AnnotationWithVarType | class | core/ |
Plugin annotation @Target("ALL"); |
AnnotationWithVarType.php | file | core/ |
|
AnnotationWithVarType::$annotation | property | core/ |
|
AnnotationWithVarType::$array | property | core/ |
|
AnnotationWithVarType::$arrayOfAnnotations | property | core/ |
|
AnnotationWithVarType::$arrayOfIntegers | property | core/ |
|
AnnotationWithVarType::$arrayOfStrings | property | core/ |
|
AnnotationWithVarType::$bool | property | core/ |
|
AnnotationWithVarType::$boolean | property | core/ |
|
AnnotationWithVarType::$float | property | core/ |
|
AnnotationWithVarType::$integer | property | core/ |
|
AnnotationWithVarType::$mixed | property | core/ |
|
AnnotationWithVarType::$string | property | core/ |
|
AnnotWithDefaultValue | class | core/ |
|
AnnotWithDefaultValue.php | file | core/ |
|
AnnotWithDefaultValue::$foo | property | core/ |
@var string |
AttributeDiscoveryWithAnnotations | class | core/ |
Enables both attribute and annotation discovery for plugin definitions. |
AttributeDiscoveryWithAnnotations.php | file | core/ |
|
AttributeDiscoveryWithAnnotations::$annotationReader | property | core/ |
The doctrine annotation reader. |
AttributeDiscoveryWithAnnotations::getAnnotationReader | function | core/ |
Gets the used doctrine annotation reader. |
AttributeDiscoveryWithAnnotations::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
AttributeDiscoveryWithAnnotations::getFileCacheSuffix | function | core/ |
Gets the file cache suffix. |
AttributeDiscoveryWithAnnotations::parseClass | function | core/ |
Parses attributes from a class. |
AttributeDiscoveryWithAnnotations::prepareAnnotationDefinition | function | core/ |
Prepares the annotation definition. |
AttributeDiscoveryWithAnnotations::__construct | function | core/ |
Constructs an AttributeDiscoveryWithAnnotations object. |
BlockValidationTest::testWeightCannotBeNull | function | core/ |
@group legacy |
ClassWithInvalidAnnotationTargetAtClass | class | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Some data"); |
ClassWithInvalidAnnotationTargetAtClass.php | file | core/ |
|
ClassWithInvalidAnnotationTargetAtClass::$foo | property | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Bar"); |
ClassWithInvalidAnnotationTargetAtMethod | class | core/ |
Plugin annotation @AnnotationTargetClass("Some data"); |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.