function MailTest::getSubscriber in Simplenews 8
Same name and namespace in other branches
- 8.2 src/Mail/MailTest.php \Drupal\simplenews\Mail\MailTest::getSubscriber()
- 3.x src/Mail/MailTest.php \Drupal\simplenews\Mail\MailTest::getSubscriber()
@inheritDoc
Overrides MailInterface::getSubscriber
File
- src/
Mail/ MailTest.php, line 86
Class
- MailTest
- Example mail implementation used for tests.
Namespace
Drupal\simplenews\MailCode
function getSubscriber() {
return NULL;
}