class PartySubscriptionSettingsDataSet in Party 8.2
Same name in this branch
- 8.2 modules/party_simplenews/party_simplenews.module \PartySubscriptionSettingsDataSet
- 8.2 modules/party_simplenews/includes/party_simplenews.data.inc \PartySubscriptionSettingsDataSet
Hierarchy
- class \PartyDefaultDataSet
Expanded class hierarchy of PartySubscriptionSettingsDataSet
1 string reference to 'PartySubscriptionSettingsDataSet'
- party_simplenews_party_data_set_info in modules/
party_simplenews/ party_simplenews.module - Implements hook_party_data_set_info() {
File
- modules/
party_simplenews/ party_simplenews.module, line 558 - Main module file for Party Simplenews integration
View source
class PartySubscriptionSettingsDataSet extends PartyDefaultDataSet {
public function getLabel() {
return 'Newsletters';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PartyDefaultDataSet:: |
protected | property | var string $data_set The data set name (array key in hook_data_set_info) | |
PartyDefaultDataSet:: |
protected | property | var array $entities An array of attatched entities, keyed by delta. This can contain a mix of stub entities (with the is_stub property set to TRUE), fully loaded entities and unsaved entities (with the is_new property set to TRUE). | |
PartyDefaultDataSet:: |
protected | property | var party $party The party object we're connected to. | |
PartyDefaultDataSet:: |
private | property | var $saving A flag to indicate whether we're currently doing a controller save to prevent concurrency issues. | |
PartyDefaultDataSet:: |
final public | function | Attach an entity to the party | |
PartyDefaultDataSet:: |
public | function | Create a new entity | |
PartyDefaultDataSet:: |
final public | function | Detach an entity | |
PartyDefaultDataSet:: |
final public | function | Detatch an entity by delta | |
PartyDefaultDataSet:: |
public | function | Return the renderable array for one of our attached entities. | |
PartyDefaultDataSet:: |
public | function | Get actions for the attached entity. Check party access in each case. | |
PartyDefaultDataSet:: |
final public | function | Get information from the data set or entity definition. | |
PartyDefaultDataSet:: |
public | function | Get all attached entities | |
PartyDefaultDataSet:: |
public | function | Get a particular attached entity | |
PartyDefaultDataSet:: |
public | function | Get the delta from an entity object. | |
PartyDefaultDataSet:: |
public | function | Get entity ids/deltas | |
PartyDefaultDataSet:: |
public | function | Method to return the party object | |
PartyDefaultDataSet:: |
static | function | Alters entity info for entities requesting CRM integration. | |
PartyDefaultDataSet:: |
public | function | Acts when a party is deleted. | 1 |
PartyDefaultDataSet:: |
public | function | Load the full entities. | |
PartyDefaultDataSet:: |
protected | function | Overload any post attach logic | |
PartyDefaultDataSet:: |
protected | function | Overload any post detach logic | |
PartyDefaultDataSet:: |
protected | function | Overload any post save logic | |
PartyDefaultDataSet:: |
protected | function | Overload any pre attach logic | |
PartyDefaultDataSet:: |
protected | function | Overload any pre detach logic | |
PartyDefaultDataSet:: |
protected | function | Overload any pre save logic | |
PartyDefaultDataSet:: |
final public | function | Re-order attached entities | |
PartyDefaultDataSet:: |
final public | function | Save the attached entities information | |
PartyDefaultDataSet:: |
public | function | Save an entity. | |
PartyDefaultDataSet:: |
final public | function | Shift a particular entity in the order | |
PartyDefaultDataSet:: |
public | function | Constructor | |
PartySubscriptionSettingsDataSet:: |
public | function |
Get the label of one of our attached entities. Overrides PartyDefaultDataSet:: |