You are here

public function ConfigPagesController::__construct in Config Pages 7

Constructor.

Overrides EntityAPIController::__construct

File

./config_pages.module, line 508
This module is based on Model module (https://drupal.org/project/model) and most of the comments left untouched but have entity types renamed. Suuport for features added.

Class

ConfigPagesController
The Controller for ConfigPages entities

Code

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