Mercurial > hg > isophonics-drupal-site
diff core/lib/Drupal/Core/StringTranslation/TranslationInterface.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line diff
--- a/core/lib/Drupal/Core/StringTranslation/TranslationInterface.php Tue Jul 10 15:07:59 2018 +0100 +++ b/core/lib/Drupal/Core/StringTranslation/TranslationInterface.php Thu Feb 28 13:21:36 2019 +0000 @@ -93,7 +93,7 @@ * An associative array of replacements to make after translation. Instances * of any key in this array are replaced with the corresponding value. * Based on the first character of the key, the value is escaped and/or - * themed. See \Drupal\Component\Utility\SafeMarkup::format(). Note that you do + * themed. See \Drupal\Component\Render\FormattableMarkup. Note that you do * not need to include @count in this array; this replacement is done * automatically for the plural cases. * @param array $options @@ -104,7 +104,7 @@ * * @see \Drupal\Core\StringTranslation\TranslationInterface::translate() * @see t() - * @see \Drupal\Component\Utility\SafeMarkup::format() + * @see \Drupal\Component\Render\FormattableMarkup * @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup::createFromTranslatedString() */ public function formatPlural($count, $singular, $plural, array $args = [], array $options = []);