Search for all
Title | Object type | File name | Summary |
---|---|---|---|
Attribute::getIterator | function | core/ |
|
Attribute::hasAttribute | function | core/ |
Checks if the storage has an attribute with the given name. |
Attribute::hasClass | function | core/ |
Checks if the class array has the given CSS class. |
Attribute::jsonSerialize | function | core/ |
Returns a representation of the object for use in JSON serialization. |
Attribute::merge | function | core/ |
Merges an Attribute object into the current storage. |
Attribute::offsetExists | function | core/ |
|
Attribute::offsetGet | function | core/ |
|
Attribute::offsetSet | function | core/ |
|
Attribute::offsetUnset | function | core/ |
|
Attribute::removeAttribute | function | core/ |
Removes an attribute from an Attribute object. |
Attribute::removeClass | function | core/ |
Removes argument values from array of existing CSS classes. |
Attribute::setAttribute | function | core/ |
Sets values for an attribute key. |
Attribute::storage | function | core/ |
Returns the whole array. |
Attribute::toArray | function | core/ |
Returns all storage elements as an array. |
Attribute::__clone | function | core/ |
Implements the magic __clone() method. |
Attribute::__construct | function | core/ |
Constructs a \Drupal\Core\Template\Attribute object. |
Attribute::__toString | function | core/ |
Implements the magic __toString() method. |
AttributeArray | class | core/ |
A class that defines a type of Attribute that can be added to as an array. |
AttributeArray.php | file | core/ |
|
AttributeArray::exchangeArray | function | core/ |
Exchange the array for another one. |
AttributeArray::getIterator | function | core/ |
|
AttributeArray::offsetExists | function | core/ |
|
AttributeArray::offsetGet | function | core/ |
|
AttributeArray::offsetSet | function | core/ |
|
AttributeArray::offsetUnset | function | core/ |
|
AttributeArray::RENDER_EMPTY_ATTRIBUTE | constant | core/ |
Ensures empty array as a result of array_filter will not print '$name=""'. |
AttributeArray::__toString | function | core/ |
Implements the magic __toString() method. |
AttributeBase | class | core/ |
Provides a base class for classed attributes. |
AttributeBase.php | file | core/ |
|
AttributeBase::$class | property | core/ |
The class used for this attribute class. |
AttributeBase::$provider | property | core/ |
The provider of the attribute class. |
AttributeBase::get | function | core/ |
Gets the value of an attribute. |
AttributeBase::getClass | function | core/ |
Gets the class of the attribute class. |
AttributeBase::getId | function | core/ |
Gets the unique ID for this attribute class. |
AttributeBase::getProvider | function | core/ |
Gets the name of the provider of the attribute class. |
AttributeBase::setClass | function | core/ |
Sets the class of the attributed class. |
AttributeBase::setProvider | function | core/ |
Sets the name of the provider of the attribute class. |
AttributeBase::__construct | function | core/ |
|
AttributeBaseStub | class | core/ |
|
AttributeBaseTest | class | core/ |
@coversDefaultClass \Drupal\Component\Plugin\Attribute\AttributeBase @group Attribute |
AttributeBaseTest.php | file | core/ |
|
AttributeBaseTest::testGetId | function | core/ |
@covers ::getId |
AttributeBaseTest::testSetClass | function | core/ |
@covers ::getClass @covers ::setClass |
AttributeBaseTest::testSetProvider | function | core/ |
@covers ::getProvider @covers ::setProvider |
AttributeBoolean | class | core/ |
A class that defines a type of boolean HTML attribute. |
AttributeBoolean.php | file | core/ |
|
AttributeBoolean::render | function | core/ |
Returns a string representation of the attribute. |
AttributeBoolean::__toString | function | core/ |
Implements the magic __toString() method. |
AttributeBridgeDecorator | class | core/ |
Ensures that all definitions are run through the attribute process. |
AttributeBridgeDecorator.php | file | core/ |
Pagination
- Previous page
- Page 61
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.