Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Component / Render / FormattableMarkup.php
index 6e98928dfb79d76f95ef9b625ca70d2aa50d49d2..1b91b9d93a8370c5d6d8e8879a7888109933bfd6 100644 (file)
@@ -61,6 +61,13 @@ use Drupal\Component\Utility\UrlHelper;
  */
 class FormattableMarkup implements MarkupInterface, \Countable {
 
+  /**
+   * The string containing placeholders.
+   *
+   * @var string
+   */
+  protected $string;
+
   /**
    * The arguments to replace placeholders with.
    *