function hook_bat_fullcalendar_modal_style_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_fullcalendar_modal_style_alter()
Allow other modules to change the modal style.
Parameters
array $modal_style:
1 invocation of hook_bat_fullcalendar_modal_style_alter()
- bat_fullcalendar_modal_style in modules/
bat_fullcalendar/ bat_fullcalendar.module - Define modal JS style and dependencies.
File
- modules/
bat_fullcalendar/ bat_fullcalendar.api.php, line 42 - 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_fullcalendar_modal_style_alter(&$modal_style) {
// No example.
}