function bat_fullcalendar_theme in Booking and Availability Management Tools for Drupal 8
Same name and namespace in other branches
- 7 modules/bat_fullcalendar/bat_fullcalendar.module \bat_fullcalendar_theme()
Implements hook_theme().
File
- modules/
bat_fullcalendar/ bat_fullcalendar.module, line 258 - Manages the display of FullCalendar and provides ways for other modules to easily modify it.
Code
function bat_fullcalendar_theme($existing, $type, $theme, $path) {
return [
'bat_fullcalendar' => [
'variables' => [
'calendar_settings' => [],
'attributes' => [],
],
],
];
}