You are here

public function NewsletterTemplateTypeController::__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/template/includes/newsletter_template.controller.inc, line 59
Controller class definition file for newsletter_template entity.

Class

NewsletterTemplateTypeController
The Controller for newsletter template types.

Code

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