You are here

function MailTest::getSubscriber in Simplenews 8

Same name and namespace in other branches
  1. 8.2 src/Mail/MailTest.php \Drupal\simplenews\Mail\MailTest::getSubscriber()
  2. 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\Mail

Code

function getSubscriber() {
  return NULL;
}