function hook_bat_fullcalendar_render_js_alter in Booking and Availability Management Tools for Drupal 7
Provide alter hook to change calendar js files.
Parameters
array $js_files:
1 invocation of hook_bat_fullcalendar_render_js_alter()
- bat_fullcalendar_set_js_files in modules/
bat_fullcalendar/ bat_fullcalendar.module - Sets up JS files for fullcalendar and calls an alter to allow other modules to change them.
File
- modules/
bat_fullcalendar/ bat_fullcalendar.api.php, line 24 - 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_render_js_alter(&$js_files) {
// No example.
}