public function BatUnitBundleController::__construct in Booking and Availability Management Tools for Drupal 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/
bat_unit/ bat_unit.module, line 1211
Class
- BatUnitBundleController
- The Controller for Unit entities.
Code
public function __construct($entityType) {
parent::__construct($entityType);
}