Same name in other branches
  1. 8.x-1.x quicktabs.module \quicktabs_views_api()

Implementation of hook_views_api().

File

./quicktabs.module, line 535

Code

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