comparison core/lib/Drupal/Component/Render/FormattableMarkup.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
58 * @see \Drupal\Core\StringTranslation\TranslatableMarkup 58 * @see \Drupal\Core\StringTranslation\TranslatableMarkup
59 * @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup 59 * @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup
60 * @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat() 60 * @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
61 */ 61 */
62 class FormattableMarkup implements MarkupInterface, \Countable { 62 class FormattableMarkup implements MarkupInterface, \Countable {
63
64 /**
65 * The string containing placeholders.
66 *
67 * @var string
68 */
69 protected $string;
63 70
64 /** 71 /**
65 * The arguments to replace placeholders with. 72 * The arguments to replace placeholders with.
66 * 73 *
67 * @var array 74 * @var array