You are here

public function SimplenewsSourceEntity::getPlainFooter in Simplenews 7.2

Implements SimplenewsSourceInterface::getPlainFooter().

Overrides SimplenewsSourceInterface::getPlainFooter

File

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

Class

SimplenewsSourceEntity
Default source class for entities.

Code

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