function theme_fullcalendar in FullCalendar 8
Same name and namespace in other branches
- 8.3 fullcalendar.theme.inc \theme_fullcalendar()
- 7.2 theme/theme.inc \theme_fullcalendar()
Render the FullCalendar.
File
- ./
fullcalendar.theme.inc, line 45 - Preprocess functions for FullCalendar.
Code
function theme_fullcalendar($variables) {
return \Drupal::service('renderer')
->render($variables['element']);
}