You are here

function SimplenewsSourceNode::getNode in Simplenews 7.2

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

Implements SimplenewsSourceSpoolInterface::getNode().

File

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

Class

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

Code

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