You are here

function theme_fullcalendar_legend in FullCalendar 7.2

Same name and namespace in other branches
  1. 8.5 modules/fullcalendar_legend/fullcalendar_legend.theme.inc \theme_fullcalendar_legend()
  2. 8 fullcalendar_legend/fullcalendar_legend.theme.inc \theme_fullcalendar_legend()
  3. 8.2 modules/fullcalendar_legend/fullcalendar_legend.theme.inc \theme_fullcalendar_legend()
  4. 8.3 fullcalendar_legend/fullcalendar_legend.theme.inc \theme_fullcalendar_legend()
  5. 8.4 modules/fullcalendar_legend/fullcalendar_legend.theme.inc \theme_fullcalendar_legend()

Render the legend.

1 theme call to theme_fullcalendar_legend()
fullcalendar_legend_build_legend in fullcalendar_legend/fullcalendar_legend.module
Builds the legend as a render array.

File

fullcalendar_legend/theme/theme.inc, line 52
Theme functions for FullCalendar Legend.

Code

function theme_fullcalendar_legend($variables) {
  return drupal_render($variables['element']);
}