You are here

function workbench_moderation_views_api in Workbench Moderation 7.2

Same name and namespace in other branches
  1. 7.3 workbench_moderation.module \workbench_moderation_views_api()
  2. 7 workbench_moderation.module \workbench_moderation_views_api()

Implements hook_views_api().

File

./workbench_moderation.module, line 10
workbench_moderation.module

Code

function workbench_moderation_views_api() {

  // @todo, Should this be 3.0?
  return array(
    'api' => 2.0,
  );
}