AttributeValueBase

Defines the base class for an attribute type.

Hierarchy

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.
doc_Drupal
2016-10-29 08:45:07
Comments
Leave a Comment

Please login to continue.