You are here

public function SimplenewsSourceNode::getPlainBody in Simplenews 7

Implements SimplenewsSourceInterface::getBody().

Overrides SimplenewsSourceInterface::getPlainBody

File

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

Class

SimplenewsSourceNode
Simplenews source implementation based on nodes for a single subscriber.

Code

public function getPlainBody() {
  return $this
    ->getBodyWithFormat('plain');
}