You are here

public function BatBookingTypeController::__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_booking/bat_booking.module, line 364

Class

BatBookingTypeController
The Controller for BatBookingType entities.

Code

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