function hook_bat_api_matching_units_calendar_alter in Booking and Availability Management API 8
Same name and namespace in other branches
- 7.2 bat_api.api.php \hook_bat_api_matching_units_calendar_alter()
Alter matching units calendar.
Parameters
array $events:
array $context:
1 invocation of hook_bat_api_matching_units_calendar_alter()
- MatchingUnitIndex::processRequest in src/
Plugin/ ServiceDefinition/ MatchingUnitIndex.php - Processes the request and returns an array of data as appropriate.
File
- ./
bat_api.api.php, line 35 - 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_matching_units_calendar_alter(&$events, $context) {
// No example.
}