public function SimplenewsSourceEntity::getNewsletter in Simplenews 7.2
Returns the corresponding newsletter.
3 calls to SimplenewsSourceEntity::getNewsletter()
- SimplenewsSourceEntity::buildBody in includes/
simplenews.source.inc - Build the themed newsletter body.
- SimplenewsSourceEntity::buildFooter in includes/
simplenews.source.inc - Builds the themed footer.
- SimplenewsSourceEntity::getTokenContext in includes/
simplenews.source.inc - Implements SimplenewsSourceInterface::getTokenContext().
File
- includes/
simplenews.source.inc, line 420 - Contains SimplenewsSource interface and implementations.
Class
- SimplenewsSourceEntity
- Default source class for entities.
Code
public function getNewsletter() {
return $this->newsletter;
}