You are here

function SimplenewsSourceInterface::getPlainBody in Simplenews 7

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

Returns the plaintext body.

2 methods override SimplenewsSourceInterface::getPlainBody()
SimplenewsSourceNode::getPlainBody in includes/simplenews.source.inc
Implements SimplenewsSourceInterface::getBody().
SimplenewsSourceTest::getPlainBody in includes/simplenews.source.inc
Returns the plaintext body.

File

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

Class

SimplenewsSourceInterface
The source used to build a newsletter mail.

Code

function getPlainBody();