function SimplenewsSourceNode::getNode in Simplenews 7.2
Same name and namespace in other branches
- 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;
}