You are here

public function WsConfigTypeController::__construct in Web Service Data 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

modules/wsconfig/wsconfig.entity.inc, line 509
Entity classes

Class

WsConfigTypeController
The Controller for wsconfig type entities

Code

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