function hook_bat_calendar_settings_alter in Booking and Availability Management Tools for Drupal 7
Same name and namespace in other branches
- 8 modules/bat_fullcalendar/bat_fullcalendar.api.php \hook_bat_calendar_settings_alter()
Allow other modules to alter calendar settings.
Parameters
array $calendar_settings:
1 invocation of hook_bat_calendar_settings_alter()
- bat_fullcalendar_configure in modules/
bat_fullcalendar/ bat_fullcalendar.module - Fullcalendar settings.
File
- modules/
bat_fullcalendar/ bat_fullcalendar.api.php, line 15 - 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_calendar_settings_alter(&$calendar_settings) {
// No example.
}