You are here

public function SimplenewsSourceEntity::getPlainBody in Simplenews 7.2

Implements SimplenewsSourceInterface::getBody().

Overrides SimplenewsSourceInterface::getPlainBody

File

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

Class

SimplenewsSourceEntity
Default source class for entities.

Code

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