X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FLogger%2FLogMessageParserInterface.php;h=8e6d207a843c7c0ae073920ea3da9b42192706fe;hb=refs%2Fheads%2Fd864;hp=321d0c0b12d8227e7552f4d9f418f239f865598b;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Logger/LogMessageParserInterface.php b/web/core/lib/Drupal/Core/Logger/LogMessageParserInterface.php index 321d0c0b1..8e6d207a8 100644 --- a/web/core/lib/Drupal/Core/Logger/LogMessageParserInterface.php +++ b/web/core/lib/Drupal/Core/Logger/LogMessageParserInterface.php @@ -15,14 +15,15 @@ interface LogMessageParserInterface { * - PSR3 format: * @see https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md#12-message * - Drupal specific string placeholder format: - * @see \Drupal\Component\Utility\SafeMarkup::format() + * @see \Drupal\Component\Render\FormattableMarkup * - * Values in PSR3 format will be transformed to SafeMarkup::format() format. + * Values in PSR3 format will be transformed to + * \Drupal\Component\Render\FormattableMarkup format. * * @param string $message * The message that contains the placeholders. * If the message is in PSR3 style, it will be transformed to - * \Drupal\Component\Utility\SafeMarkup::format() style. + * \Drupal\Component\Render\FormattableMarkup style. * @param array $context * An array that may or may not contain placeholder variables. *