You are here

function answers_userpoints_views_api in Answers 7.4

Implements hook_views_api().

File

answers_userpoints/answers_userpoints.module, line 11
The answers_userpoints module.

Code

function answers_userpoints_views_api() {
  return array(
    'api' => 3.0,
    'path' => drupal_get_path('module', 'answers_userpoints'),
  );
}