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

Breadcrumb

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

function NullTransport::__toString

File

vendor/symfony/mailer/Transport/NullTransport.php, line 27

Class

NullTransport
Pretends messages have been sent, but just ignores them.

Namespace

Symfony\Component\Mailer\Transport

Code

public function __toString() : string {
    return 'null://';
}
RSS feed
Powered by Drupal