You are here

function userpoints_views_api in User Points 6

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

Implement hook_views_api().

File

./userpoints.module, line 1887

Code

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