You are here

function SimplenewsSourceNode::getFromAddress in Simplenews 7

Implements SimplenewsSourceInterface::getFromAddress().

Overrides SimplenewsSourceInterface::getFromAddress

2 calls to SimplenewsSourceNode::getFromAddress()
SimplenewsSourceNode::getFromFormatted in includes/simplenews.source.inc
Implements SimplenewsSourceInterface::getFromFormatted().
SimplenewsSourceNode::getHeaders in includes/simplenews.source.inc
Implements SimplenewsSourceInterface::getHeaders().

File

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

Class

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

Code

function getFromAddress() {
  return $this
    ->getCategory()->from_address;
}