You are here

public function SimplenewsSourceNode::getBody in Simplenews 7

Implements SimplenewsSourceInterface::getBody().

Overrides SimplenewsSourceInterface::getBody

File

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

Class

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

Code

public function getBody() {
  return $this
    ->getBodyWithFormat($this
    ->getFormat());
}