function HtmlEscapedText::__toString

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Render/HtmlEscapedText.php \Drupal\Component\Render\HtmlEscapedText::__toString()
  2. 10 core/lib/Drupal/Component/Render/HtmlEscapedText.php \Drupal\Component\Render\HtmlEscapedText::__toString()
  3. 11.x core/lib/Drupal/Component/Render/HtmlEscapedText.php \Drupal\Component\Render\HtmlEscapedText::__toString()

Overrides MarkupInterface::__toString

1 call to HtmlEscapedText::__toString()
HtmlEscapedText::jsonSerialize in core/lib/Drupal/Component/Render/HtmlEscapedText.php

File

core/lib/Drupal/Component/Render/HtmlEscapedText.php, line 37

Class

HtmlEscapedText
Escapes HTML syntax characters to HTML entities for display in markup.

Namespace

Drupal\Component\Render

Code

public function __toString() {
    return Html::escape($this->string);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.