Defines the base class for an attribute type.
Hierarchy
- class \Drupal\Core\Template\AttributeValueBase
See also
\Drupal\Core\Template\Attribute
File
- core/lib/Drupal/Core/Template/AttributeValueBase.php, line 11
Namespace
Drupal\Core\Template
Members
Name | Modifiers | Type | Description |
---|---|---|---|
AttributeValueBase::$name | protected | property | The name of the value. |
AttributeValueBase::$value | protected | property | The value itself. |
AttributeValueBase::render | public | function | Returns a string representation of the attribute. |
AttributeValueBase::RENDER_EMPTY_ATTRIBUTE | constant | Renders '$name=""' if $value is an empty string. | |
AttributeValueBase::value | public | function | Returns the raw value. |
AttributeValueBase::__construct | public | function | Constructs a \Drupal\Core\Template\AttributeValueBase object. |
AttributeValueBase::__toString | abstract | function | Implements the magic __toString() method. |
Please login to continue.