Same name and namespace in other branches
  1. 7.x-3.x quicktabs.module \quicktabs_views_api() 1 comment

Implementation of hook_views_api().

File

./quicktabs.module, line 472

Code

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