You are here

function bat_type_page_title in Booking and Availability Management Tools for Drupal 7

Menu title callback for showing individual entities.

1 string reference to 'bat_type_page_title'
BatTypeUIController::hook_menu in modules/bat_unit/bat_type.admin.inc
Overrides hook_menu() defaults.

File

modules/bat_unit/bat_unit.module, line 1632

Code

function bat_type_page_title(BatType $type) {
  return $type->name;
}