Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. LogMessageParserInterface.php

function LogMessageParserInterface::parseMessagePlaceholders

Parses and transforms message and its placeholders to a common format.

For a value to be considered as a placeholder should be in the following formats:

  • The PSR3 format
  • The Drupal specific string placeholder format, described in \Drupal\Component\Render\FormattableMarkup

Values in PSR3 format will be transformed to \Drupal\Component\Render\FormattableMarkup format.

Parameters

string $message: The message that contains the placeholders. If the message is in PSR3 style, it will be transformed to \Drupal\Component\Render\FormattableMarkup style.

array $context: An array that may or may not contain placeholder variables.

Return value

array An array of the extracted message placeholders.

See also

\Drupal\Component\Render\FormattableMarkup

1 method overrides LogMessageParserInterface::parseMessagePlaceholders()
LogMessageParser::parseMessagePlaceholders in core/lib/Drupal/Core/Logger/LogMessageParser.php
Parses and transforms message and its placeholders to a common format.

File

core/lib/Drupal/Core/Logger/LogMessageParserInterface.php, line 34

Class

LogMessageParserInterface
Defines an interface for parsing log messages and their placeholders.

Namespace

Drupal\Core\Logger

Code

public function parseMessagePlaceholders(&$message, array &$context);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal