function 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 fatal errors.
Namespace
Drupal\Component\UtilityCode
abstract public function render();Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
