You are here

public function NewsletterListController::__construct in Newsletter 7

Constructor: sets basic variables.

Parameters

$entityType: The entity type for which the instance is created.

Overrides DrupalDefaultEntityController::__construct

File

includes/newsletter.list.controller.inc, line 13
Controller class definition file for newsletter_list entity.

Class

NewsletterListController
Newsletter List Controller

Code

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