You are here

public function SimplenewsSourceEntity::getFooter in Simplenews 7.2

Implements SimplenewsSourceInterface::getFooter().

Overrides SimplenewsSourceInterface::getFooter

File

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

Class

SimplenewsSourceEntity
Default source class for entities.

Code

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