public function SimplenewsSourceEntity::getSubscriber in Simplenews 7.2
Return the subscriber object.
Overrides SimplenewsSourceEntityInterface::getSubscriber
2 calls to SimplenewsSourceEntity::getSubscriber()
- SimplenewsSourceEntity::buildBody in includes/
simplenews.source.inc - Build the themed newsletter body.
- SimplenewsSourceEntity::getTokenContext in includes/
simplenews.source.inc - Implements SimplenewsSourceInterface::getTokenContext().
File
- includes/
simplenews.source.inc, line 434 - Contains SimplenewsSource interface and implementations.
Class
- SimplenewsSourceEntity
- Default source class for entities.
Code
public function getSubscriber() {
return $this->subscriber;
}