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

Breadcrumb

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

function EmailHeaderSame::toString

Overrides SelfDescribing::toString

1 call to EmailHeaderSame::toString()
EmailHeaderSame::failureDescription in vendor/symfony/mime/Test/Constraint/EmailHeaderSame.php

File

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

Class

EmailHeaderSame

Namespace

Symfony\Component\Mime\Test\Constraint

Code

public function toString() : string {
    return \sprintf('has header "%s" with value "%s"', $this->headerName, $this->expectedValue);
}

API Navigation

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