abstract public function ToStringTrait::render in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Component/Utility/ToStringTrait.php \Drupal\Component\Utility\ToStringTrait::render()
- 10 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\UtilityCode
public abstract function render();