function fullcalendar_options_fullcalendar_api in FullCalendar 7.2
Implements hook_fullcalendar_api().
1 call to fullcalendar_options_fullcalendar_api()
- fullcalendar_options.module in fullcalendar_options/
fullcalendar_options.module - Processes various FullCalendar configuration extenders.
File
- fullcalendar_options/
fullcalendar_options.module, line 32 - Processes various FullCalendar configuration extenders.
Code
function fullcalendar_options_fullcalendar_api() {
return array(
'api' => fullcalendar_api_version(),
'path' => drupal_get_path('module', 'fullcalendar_options') . '/includes',
);
}