function SimplenewsSourceInterface::getPlainBody in Simplenews 7.2
Same name and namespace in other branches
- 7 includes/simplenews.source.inc \SimplenewsSourceInterface::getPlainBody()
Returns the plaintext body.
2 methods override SimplenewsSourceInterface::getPlainBody()
- SimplenewsSourceEntity::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();