function HtmlEscapedText::__toString
Same name in other branches
- 9 core/lib/Drupal/Component/Render/HtmlEscapedText.php \Drupal\Component\Render\HtmlEscapedText::__toString()
- 10 core/lib/Drupal/Component/Render/HtmlEscapedText.php \Drupal\Component\Render\HtmlEscapedText::__toString()
- 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\RenderCode
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.