You are here

public function SimplenewsSourceNode::getSubscriber in Simplenews 7

Return the subscriber object.

Overrides SimplenewsSourceNodeInterface::getSubscriber

2 calls to SimplenewsSourceNode::getSubscriber()
SimplenewsSourceNode::buildBody in includes/simplenews.source.inc
Build the themed newsletter body.
SimplenewsSourceNode::getTokenContext in includes/simplenews.source.inc
Implements SimplenewsSourceInterface::getTokenContext().

File

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

Class

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

Code

public function getSubscriber() {
  return $this->subscriber;
}