You are here

public function PartySubscriptionSettingsController::__construct in Party 8.2

File

modules/party_simplenews/party_subscription_settings.entity.inc, line 27
party_subscription_settings.entity.inc Classes and Controllers for the Party Subscription Settings entity

Class

PartySubscriptionSettingsController
The Controller for Application Type entities

Code

public function __construct($entityType = 'party_subscription_settings') {
  parent::__construct("party_subscription_settings");
}