You are here

function userpoints_views_api in User Points 7

Same name and namespace in other branches
  1. 6 userpoints.module \userpoints_views_api()
  2. 7.2 userpoints.module \userpoints_views_api()

Implements hook_views_api().

File

./userpoints.module, line 1688

Code

function userpoints_views_api() {
  return array(
    'api' => 2.0,
  );
}