You are here

function fullcalendar_colors_rebuild in FullCalendar 8.2

Same name and namespace in other branches
  1. 8.5 fullcalendar.module \fullcalendar_colors_rebuild()
  2. 8.4 fullcalendar.module \fullcalendar_colors_rebuild()

Implements hook_colors_rebuild().

File

./fullcalendar.module, line 217
Provides a views style plugin for FullCalendar

Code

function fullcalendar_colors_rebuild() {
  return TRUE;
}