You are here

function fullcalendar_legend_ctools_plugin_directory in FullCalendar 7.2

Implements hook_ctools_plugin_directory().

File

fullcalendar_legend/fullcalendar_legend.module, line 208
Adds a legend of event types.

Code

function fullcalendar_legend_ctools_plugin_directory($module, $plugin_type) {
  if ($module == 'ctools') {
    return "plugins/{$plugin_type}";
  }
}