You are here

protected property FormattableMarkup::$string in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Render/FormattableMarkup.php \Drupal\Component\Render\FormattableMarkup::string
  2. 10 core/lib/Drupal/Component/Render/FormattableMarkup.php \Drupal\Component\Render\FormattableMarkup::string

The string containing placeholders.

Type: string

File

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

Class

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

Namespace

Drupal\Component\Render

Code

protected $string;