function HtmlEscapedText::__toString

Returns markup.

Return value

string The markup.

Overrides MarkupInterface::__toString

1 call to HtmlEscapedText::__toString()
HtmlEscapedText::jsonSerialize in core/lib/Drupal/Component/Render/HtmlEscapedText.php
#[\ReturnTypeWillChange]

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.