You are here

function SimplenewsSourceEntity::getEntity in Simplenews 7.2

Implements SimplenewsSourceEntityInterface::getEntity().

Overrides SimplenewsSourceEntityInterface::getEntity

3 calls to SimplenewsSourceEntity::getEntity()
SimplenewsSourceEntity::build in includes/simplenews.source.inc
Build the entity object.
SimplenewsSourceEntity::getAttachments in includes/simplenews.source.inc
Implements SimplenewsSourceInterface::getAttachments().
SimplenewsSourceEntity::getTokenContext in includes/simplenews.source.inc
Implements SimplenewsSourceInterface::getTokenContext().

File

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

Class

SimplenewsSourceEntity
Default source class for entities.

Code

function getEntity() {
  return $this->entity;
}