You are here

function quicktabs_views_api in Quick Tabs 7.3

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

Implementation of hook_views_api().

File

./quicktabs.module, line 535

Code

function quicktabs_views_api() {
  return array(
    'api' => 3,
  );
}