function bat_event_page_title in Booking and Availability Management Tools for Drupal 7
Menu title callback for showing individual entities.
1 string reference to 'bat_event_page_title'
- BatEventUIController::hook_menu in modules/
bat_event/ bat_event.admin.inc - Overrides hook_menu() defaults.
File
- modules/
bat_event/ bat_event.module, line 953 - Manage Events - Events store the EventValue of a Unit over a period of time.
Code
function bat_event_page_title(BatEvent $event) {
return '';
}