abstract function AttributeValueBase::__toString

Implements the magic __toString() method.

3 methods override AttributeValueBase::__toString()
AttributeArray::__toString in drupal/core/lib/Drupal/Core/Template/AttributeArray.php
Implements the magic __toString() method.
AttributeBoolean::__toString in drupal/core/lib/Drupal/Core/Template/AttributeBoolean.php
Implements the magic __toString() method.
AttributeString::__toString in drupal/core/lib/Drupal/Core/Template/AttributeString.php
Implements the magic __toString() method.

File

drupal/core/lib/Drupal/Core/Template/AttributeValueBase.php, line 72
Definition of Drupal\Core\Template\AttributeValueBase.

Class

AttributeValueBase
Defines the base class for an attribute type.

Namespace

Drupal\Core\Template

Code

abstract function __toString();