You are here

function SimplenewsSourceEntity::getEntityType in Simplenews 7.2

Implements SimplenewsSourceEntityInterface::getEntityType().

Overrides SimplenewsSourceEntityInterface::getEntityType

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

File

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

Class

SimplenewsSourceEntity
Default source class for entities.

Code

function getEntityType() {
  return $this->entity_type;
}