You are here

function bat_unit_bat_event_target_entity_types in Booking and Availability Management Tools for Drupal 7

Same name and namespace in other branches
  1. 8 modules/bat_unit/bat_unit.module \bat_unit_bat_event_target_entity_types()

Implements hook_bat_event_target_entity_types().

Register BAT Unit as a BAT event target entity type.

File

modules/bat_unit/bat_unit.module, line 543

Code

function bat_unit_bat_event_target_entity_types() {
  return array(
    'bat_unit',
  );
}