You are here

function SimplenewsSourceNode::getRecipient in Simplenews 7

Implements SimplenewsSourceInterface::getRecipient().

Overrides SimplenewsSourceInterface::getRecipient

File

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

Class

SimplenewsSourceNode
Simplenews source implementation based on nodes for a single subscriber.

Code

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