You are here

function total_control_views_api in Total Control Admin Dashboard 6

Same name and namespace in other branches
  1. 6.2 total_control.module \total_control_views_api()
  2. 7.2 total_control.module \total_control_views_api()

Implementation of hook_views_api().

File

./total_control.module, line 92

Code

function total_control_views_api() {

  // TODO
  return array(
    'api' => 2,
  );
}