You are here

function SimplenewsSourceEntity::getRecipient in Simplenews 7.2

Implements SimplenewsSourceInterface::getRecipient().

Overrides SimplenewsSourceInterface::getRecipient

File

includes/simplenews.source.inc, line 534
Contains SimplenewsSource interface and implementations.

Class

SimplenewsSourceEntity
Default source class for entities.

Code

function getRecipient() {
  return $this
    ->getSubscriber()->mail;
}