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

Breadcrumb

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

function EmailHeaderSame::failureDescription

Parameters

RawMessage $message:

Overrides Constraint::failureDescription

File

vendor/symfony/mime/Test/Constraint/EmailHeaderSame.php, line 46

Class

EmailHeaderSame

Namespace

Symfony\Component\Mime\Test\Constraint

Code

protected function failureDescription($message) : string {
    return \sprintf('the Email %s (value is %s)', $this->toString(), $this->getHeaderValue($message) ?? 'null');
}

API Navigation

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