Search for annot
- Search 7.x for annot
- Search 9.5.x for annot
- Search 10.3.x for annot
- Search 11.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 |
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"); |
ClassWithInvalidAnnotationTargetAtMethod.php | file | core/ |
|
ClassWithInvalidAnnotationTargetAtMethod::functionName | function | core/ |
Plugin annotation @AnnotationTargetClass("functionName"); |
ClassWithInvalidAnnotationTargetAtProperty | class | core/ |
Plugin annotation @AnnotationTargetClass("Some data"); |
ClassWithInvalidAnnotationTargetAtProperty.php | file | core/ |
|
ClassWithInvalidAnnotationTargetAtProperty::$bar | property | core/ |
Plugin annotation @AnnotationTargetAnnotation("Foo"); |
ClassWithInvalidAnnotationTargetAtProperty::$foo | property | core/ |
Plugin annotation @AnnotationTargetClass("Bar"); |
ClassWithValidAnnotationTarget | class | core/ |
Plugin annotation @AnnotationTargetClass("Some data"); |
ClassWithValidAnnotationTarget.php | file | core/ |
|
ClassWithValidAnnotationTarget::$foo | property | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Some data"); |
ClassWithValidAnnotationTarget::$name | property | core/ |
Plugin annotation @AnnotationTargetAll("Some data",name="Some name") |
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.