Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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