You are here

function SimplenewsSourceEntity::getFromAddress in Simplenews 7.2

Implements SimplenewsSourceInterface::getFromAddress().

Overrides SimplenewsSourceInterface::getFromAddress

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

File

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

Class

SimplenewsSourceEntity
Default source class for entities.

Code

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