You are here

function quicktabs_views_api in Quick Tabs 6.3

Same name and namespace in other branches
  1. 6.2 quicktabs.module \quicktabs_views_api()
  2. 7.3 quicktabs.module \quicktabs_views_api()

Implementation of hook_views_api().

File

./quicktabs.module, line 874

Code

function quicktabs_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'quicktabs') . '/includes',
  );
}