public function WsConfigController::__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 251 - Entity classes
Class
- WsConfigController
- The Controller for WsConfig entities
Code
public function __construct($entityType) {
parent::__construct($entityType);
}