You are here

public function NewsletterSubscriberTypeController::__construct in Newsletter 7.2

Overridden.

Allows specifying a name key serving as uniform identifier for this entity type while still internally we are using numeric identifieres.

Overrides EntityAPIControllerExportable::__construct

File

modules/subscriber/includes/newsletter_subscriber.controller.inc, line 81
Controller class definition file for newsletter_subscriber entity.

Class

NewsletterSubscriberTypeController
The Controller for newsletter subscriber types.

Code

public function __construct($entityType) {
  parent::__construct($entityType);
}