You are here

function slide_with_style_views_api in Select with Style 7

Implements hook_views_api().

File

slide_with_style/slide_with_style.module, line 326
Defines a slider RANGE widget to create filters for numeric and list fields.

Code

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