You are here

function MailTest::getEntity in Simplenews 8

@inheritDoc

Overrides MailInterface::getEntity

File

src/Mail/MailTest.php, line 79

Class

MailTest
Example mail implementation used for tests.

Namespace

Drupal\simplenews\Mail

Code

function getEntity() {
  return NULL;
}