You are here

function SimplenewsSourceNode::getNode in Simplenews 7

Same name and namespace in other branches
  1. 7.2 includes/simplenews.source.inc \SimplenewsSourceNode::getNode()

Implements SimplenewsSourceSpoolInterface::getNode().

Overrides SimplenewsSourceNodeInterface::getNode

1 call to SimplenewsSourceNode::getNode()
SimplenewsSourceNode::getTokenContext in includes/simplenews.source.inc
Implements SimplenewsSourceInterface::getTokenContext().

File

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

Class

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

Code

function getNode() {
  return $this->node;
}