function ToStringTrait::render

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Component/Utility/ToStringTrait.php \Drupal\Component\Utility\ToStringTrait::render()
  2. 10 core/lib/Drupal/Component/Utility/ToStringTrait.php \Drupal\Component\Utility\ToStringTrait::render()
  3. 11.x core/lib/Drupal/Component/Utility/ToStringTrait.php \Drupal\Component\Utility\ToStringTrait::render()

Renders the object as a string.

Return value

string|object The rendered string or an object implementing __toString().

1 call to ToStringTrait::render()
ToStringTrait::__toString in core/lib/Drupal/Component/Utility/ToStringTrait.php
Implements the magic __toString() method.
2 methods override ToStringTrait::render()
DateTimePlus::render in core/lib/Drupal/Component/Datetime/DateTimePlus.php
Renders the timezone name.
TranslatableMarkup::render in core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php
Renders the object as a string.

File

core/lib/Drupal/Component/Utility/ToStringTrait.php, line 41

Class

ToStringTrait
Wraps __toString in a trait to avoid some fatals.

Namespace

Drupal\Component\Utility

Code

public abstract function render();

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