You are here

function workbench_views_api in Workbench 7

Implements hook_views_api().

File

./workbench.module, line 127
Workbench module file for editorial workspaces.

Code

function workbench_views_api() {
  return array(
    'api' => 2,
  );
}