public function PartySubscriptionSettingsDataSet::getLabel in Party 8.2
Same name in this branch
- 8.2 modules/party_simplenews/party_simplenews.module \PartySubscriptionSettingsDataSet::getLabel()
- 8.2 modules/party_simplenews/includes/party_simplenews.data.inc \PartySubscriptionSettingsDataSet::getLabel()
Get the label of one of our attached entities.
Parameters
int $delta: The delta of the entity to render.
Return value
The text of the label.
Overrides PartyDefaultDataSet::getLabel
File
- modules/
party_simplenews/ includes/ party_simplenews.data.inc, line 11 - Provides the class for managing subscription settings data sets.
Class
- PartySubscriptionSettingsDataSet
- Controller class for CRM integration.
Code
public function getLabel() {
return 'Newsletters';
}