You are here

public function ComputingApplicationController::__construct in Drupal Computing 7.2

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

./computing.entity.inc, line 198
Code for the entity. This does not allow UI to create Computing Record entities or Computing Application entities. It has to be done in program.

Class

ComputingApplicationController
The Controller for computing application entities

Code

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