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

Breadcrumb

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

function EmailAttachmentCount::toString

Overrides SelfDescribing::toString

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

File

vendor/symfony/mime/Test/Constraint/EmailAttachmentCount.php, line 25

Class

EmailAttachmentCount

Namespace

Symfony\Component\Mime\Test\Constraint

Code

public function toString() : string {
    return \sprintf('has sent "%d" attachment(s)', $this->expectedValue);
}

API Navigation

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