public function SimplenewsSourceNode::getCategory in Simplenews 7
Returns the corresponding category.
3 calls to SimplenewsSourceNode::getCategory()
- SimplenewsSourceNode::buildBody in includes/
simplenews.source.inc - Build the themed newsletter body.
- SimplenewsSourceNode::buildFooter in includes/
simplenews.source.inc - Builds the themed footer.
- SimplenewsSourceNode::getTokenContext in includes/
simplenews.source.inc - Implements SimplenewsSourceInterface::getTokenContext().
File
- includes/
simplenews.source.inc, line 446 - Contains SimplenewsSource interface and implementations.
Class
- SimplenewsSourceNode
- Simplenews source implementation based on nodes for a single subscriber.
Code
public function getCategory() {
return $this->category;
}