You are here

public function SimplenewsSourceNode::getPlainFooter in Simplenews 7

Implements SimplenewsSourceInterface::getPlainFooter().

Overrides SimplenewsSourceInterface::getPlainFooter

File

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

Class

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

Code

public function getPlainFooter() {
  return $this
    ->getFooterWithFormat('plain');
}