You are here

function contextual_range_filter_views_api in Views Contextual Range Filter 7

Implements hook_views_api().

File

./contextual_range_filter.module, line 134
contextual_range_filter.module

Code

function contextual_range_filter_views_api() {
  return array(
    'api' => views_api_version(),
    'path' => drupal_get_path('module', 'contextual_range_filter') . '/views',
  );
}