function SimplenewsSourceNodeInterface::__construct in Simplenews 7
Create a source based on a node and subscriber.
1 method overrides SimplenewsSourceNodeInterface::__construct()
- SimplenewsSourceNode::__construct in includes/
simplenews.source.inc - Implements SimplenewsSourceInterface::_construct();
File
- includes/
simplenews.source.inc, line 125 - Contains SimplenewsSource interface and implementations.
Class
- SimplenewsSourceNodeInterface
- Source interface based on a node.
Code
function __construct($node, $subscriber);