You are here

public function FlexiformController::__construct in Flexiform 7

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

./flexiform.entity.inc, line 109
flexiform.entity.inc

Class

FlexiformController
The Controller for FlexiformSubmission entities

Code

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