You are here

public function SimplenewsSourceTest::getPlainBody in Simplenews 7

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

Returns the plaintext body.

Overrides SimplenewsSourceInterface::getPlainBody

1 call to SimplenewsSourceTest::getPlainBody()
SimplenewsSourceTest::getBody in includes/simplenews.source.inc
Returns the mail body.

File

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

Class

SimplenewsSourceTest
Example source implementation used for tests.

Code

public function getPlainBody() {
  return 'the plain body';
}