You are here

public function PartySubscriptionSettingsDataSet::getLabel in Party 8.2

Same name in this branch
  1. 8.2 modules/party_simplenews/party_simplenews.module \PartySubscriptionSettingsDataSet::getLabel()
  2. 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/party_simplenews.module, line 559
Main module file for Party Simplenews integration

Class

PartySubscriptionSettingsDataSet

Code

public function getLabel() {
  return 'Newsletters';
}