You are here

public function SimplenewsSourceNode::getFooter in Simplenews 7

Implements SimplenewsSourceInterface::getFooter().

Overrides SimplenewsSourceInterface::getFooter

File

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

Class

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

Code

public function getFooter() {
  return $this
    ->getFooterWithFormat($this
    ->getFormat());
}