function quicktabs_views_api in Quick Tabs 6.2
Same name and namespace in other branches
- 6.3 quicktabs.module \quicktabs_views_api()
- 7.3 quicktabs.module \quicktabs_views_api()
Implementation of hook_views_api().
File
- ./
quicktabs.module, line 792
Code
function quicktabs_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'quicktabs') . '/includes',
);
}