You are here

function select_with_style_views_api in Select with Style 7

Implements hook_views_api().

File

select_with_style/select_with_style.module, line 518
select_with_style.module

Code

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