Search for attributes
- Search 7.x for attributes
- Search 9.5.x for attributes
- Search 8.9.x for attributes
- Search 11.x for attributes
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
AnnotationWithAttributes::getArrayOfIntegers | function | core/ |
|
AnnotationWithAttributes::getArrayOfStrings | function | core/ |
|
AnnotationWithAttributes::getBool | function | core/ |
|
AnnotationWithAttributes::getBoolean | function | core/ |
|
AnnotationWithAttributes::getFloat | function | core/ |
|
AnnotationWithAttributes::getInteger | function | core/ |
|
AnnotationWithAttributes::getMixed | function | core/ |
|
AnnotationWithAttributes::getString | function | core/ |
|
AnnotationWithAttributes::__construct | function | core/ |
|
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 |
AttachedAssetsTest::testAggregatedAttributes | function | core/ |
Tests that attributes are maintained when JS aggregation is enabled. |
AttachedAssetsTest::testAttributes | function | core/ |
Tests adding JavaScript files with additional attributes. |
AttributesTest | class | core/ |
Tests the Drupal\Core\Template\Attribute functionality. |
AttributesTest.php | file | core/ |
|
AttributesTest::providerTestAttributeData | function | core/ |
Provides data for the Attribute test. |
AttributesTest::testAttributeIteration | function | core/ |
Tests attribute iteration. |
AttributesTest::testAttributeValueBaseCopy | function | core/ |
Tests AttributeValueBase copy. |
AttributesTest::testDrupalAttributes | function | core/ |
Tests casting an Attribute object to a string. |
AttributeString | class | core/ |
A class that represents most standard HTML attributes. |
AttributeString.php | file | core/ |
|
AttributeString::__toString | function | core/ |
Implements the magic __toString() method. |
BigPipeStrategy::placeholderIsAttributeSafe | function | core/ |
Determines whether the given placeholder is attribute-safe or not. |
ChooseBlockController::getAjaxAttributes | function | core/ |
Get dialog attributes if an ajax request. |
CKEditor5ElementConstraint::$requiredAttributes | property | core/ |
Validation constraint option to impose attributes to be specified. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.