function CaptureTransport::__toString
Same name and namespace in other branches
- 11.x core/modules/mailer/tests/modules/mailer_capture/src/Transport/CaptureTransport.php \Drupal\mailer_capture\Transport\CaptureTransport::__toString()
File
-
core/
modules/ mailer/ tests/ modules/ mailer_capture/ src/ Transport/ CaptureTransport.php, line 46
Class
- CaptureTransport
- Defines a mail transport that captures sent messages in a key value store.
Namespace
Drupal\mailer_capture\TransportCode
public function __toString() : string {
return 'drupal.test-capture';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.