You are here

function bat_event_field_formatter_prepare_view in Booking and Availability Management Tools for Drupal 7

Implements hook_field_formatter_prepare_view().

File

modules/bat_event/bat_event.module, line 1710
Manage Events - Events store the EventValue of a Unit over a period of time.

Code

function bat_event_field_formatter_prepare_view($entity_type, $entities, $field, $instances, $langcode, &$items, $displays) {
}