You are here

function vsf_management_views_api in Visual select file 7

Implements hook_views_api().

File

submodules/vsf_management/vsf_management.module, line 180

Code

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