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

Implementation of hook_views_api().

Fichier

./quicktabs.module, line 472

Code

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