function theme_fullcalendar_legend in FullCalendar 7.2
Same name and namespace in other branches
- 8.5 modules/fullcalendar_legend/fullcalendar_legend.theme.inc \theme_fullcalendar_legend()
- 8 fullcalendar_legend/fullcalendar_legend.theme.inc \theme_fullcalendar_legend()
- 8.2 modules/fullcalendar_legend/fullcalendar_legend.theme.inc \theme_fullcalendar_legend()
- 8.3 fullcalendar_legend/fullcalendar_legend.theme.inc \theme_fullcalendar_legend()
- 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']);
}