You are here

function hook_bat_api_events_index_calendar_alter in Booking and Availability Management API 7.2

Same name and namespace in other branches
  1. 8 bat_api.api.php \hook_bat_api_events_index_calendar_alter()

Alter events index calendar.

Parameters

array $events:

array $context:

1 invocation of hook_bat_api_events_index_calendar_alter()
bat_api_services_events_index_calendar in ./bat_api.module
Retrieve a list of events to use with Fullcalendar scheduler.

File

./bat_api.api.php, line 25
This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.

Code

function hook_bat_api_events_index_calendar_alter(&$events, $context) {

  // No example.
}