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

Breadcrumb

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

function MessageFormatterInterface::format

Returns a formatted message string.

Parameters

RequestInterface $request Request that was sent:

ResponseInterface|null $response Response that was received:

\Throwable|null $error Exception that was received:

1 method overrides MessageFormatterInterface::format()
MessageFormatter::format in vendor/guzzlehttp/guzzle/src/MessageFormatter.php
Returns a formatted message string.

File

vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php, line 17

Class

MessageFormatterInterface

Namespace

GuzzleHttp

Code

public function format(RequestInterface $request, ?ResponseInterface $response = null, ?\Throwable $error = null) : string;

API Navigation

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