You are here

function theme_fullcalendar in FullCalendar 8.3

Same name and namespace in other branches
  1. 8 fullcalendar.theme.inc \theme_fullcalendar()
  2. 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']);
}