You are here

public function SimplenewsSourceEntity::getBody in Simplenews 7.2

Implements SimplenewsSourceInterface::getBody().

Overrides SimplenewsSourceInterface::getBody

File

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

Class

SimplenewsSourceEntity
Default source class for entities.

Code

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