public function MailTest::__construct in Simplenews 8
Same name and namespace in other branches
- 8.2 src/Mail/MailTest.php \Drupal\simplenews\Mail\MailTest::__construct()
- 3.x src/Mail/MailTest.php \Drupal\simplenews\Mail\MailTest::__construct()
File
- src/
Mail/ MailTest.php, line 14
Class
- MailTest
- Example mail implementation used for tests.
Namespace
Drupal\simplenews\MailCode
public function __construct($format) {
$this->format = $format;
}