You are here

public function SimplenewsSourceTest::getPlainFooter in Simplenews 7

Same name and namespace in other branches
  1. 7.2 includes/simplenews.source.inc \SimplenewsSourceTest::getPlainFooter()

Returns the plain footer.

Overrides SimplenewsSourceInterface::getPlainFooter

1 call to SimplenewsSourceTest::getPlainFooter()
SimplenewsSourceTest::getFooter in includes/simplenews.source.inc
Returns the mail footer.

File

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

Class

SimplenewsSourceTest
Example source implementation used for tests.

Code

public function getPlainFooter() {
  return 'the plain footer';
}