You are here

function calendar_views_style_plugins in Calendar 5.2

Same name and namespace in other branches
  1. 5 calendar.module \calendar_views_style_plugins()

Implementation of hook_views_style_plugins()

File

./calendar.module, line 790
Adds calendar filtering and displays to Views.

Code

function calendar_views_style_plugins() {
  require_once './' . drupal_get_path('module', 'calendar') . '/calendar_admin.inc';
  return _calendar_views_style_plugins();
}