You are here

public function EntityformTypeController::__construct in Entityform 7.2

Same name and namespace in other branches
  1. 7 entityform.module \EntityformTypeController::__construct()

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

./entityform.module, line 1328
Module for the Entityform Entity - a starting point to create your own Entity and associated administration interface

Class

EntityformTypeController
The Controller for Entityform entities

Code

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