public function AttributeBoolean::render

Overrides AttributeValueBase::render().

Overrides AttributeValueBase::render

File

drupal/core/lib/Drupal/Core/Template/AttributeBoolean.php, line 35
Definition of Drupal\Core\Template\AttributeBoolean.

Class

AttributeBoolean
A class that defines a type of boolean HTML attribute.

Namespace

Drupal\Core\Template

Code

public function render() {
  return $this
    ->__toString();
}