You are here

function calendar_views_arguments in Calendar 5

Same name and namespace in other branches
  1. 5.2 calendar.module \calendar_views_arguments()

Implementation of hook_views_arguments()

File

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

Code

function calendar_views_arguments() {
  include_once './' . drupal_get_path('module', 'calendar') . '/calendar_admin.inc';
  return _calendar_views_arguments();
}