function FormattableMarkup::__toString

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Render/FormattableMarkup.php \Drupal\Component\Render\FormattableMarkup::__toString()
  2. 8.9.x core/lib/Drupal/Component/Render/FormattableMarkup.php \Drupal\Component\Render\FormattableMarkup::__toString()
  3. 10 core/lib/Drupal/Component/Render/FormattableMarkup.php \Drupal\Component\Render\FormattableMarkup::__toString()

Overrides MarkupInterface::__toString

1 call to FormattableMarkup::__toString()
FormattableMarkup::jsonSerialize in core/lib/Drupal/Component/Render/FormattableMarkup.php
Returns a representation of the object for use in JSON serialization.

File

core/lib/Drupal/Component/Render/FormattableMarkup.php, line 98

Class

FormattableMarkup
Formats a string for HTML display by replacing variable placeholders.

Namespace

Drupal\Component\Render

Code

public function __toString() {
    return static::placeholderFormat($this->string, $this->arguments);
}

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