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