You are here

function SimplenewsSourceInterface::getFooter in Simplenews 7.2

Same name and namespace in other branches
  1. 7 includes/simplenews.source.inc \SimplenewsSourceInterface::getFooter()

Returns the mail footer.

The footer should either be plaintext or html, depending on the format.

2 methods override SimplenewsSourceInterface::getFooter()
SimplenewsSourceEntity::getFooter in includes/simplenews.source.inc
Implements SimplenewsSourceInterface::getFooter().
SimplenewsSourceTest::getFooter in includes/simplenews.source.inc
Returns the mail footer.

File

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

Class

SimplenewsSourceInterface
The source used to build a newsletter mail.

Code

function getFooter();