You are here

function better_statistics_views_api in Better Statistics 7

Same name and namespace in other branches
  1. 6 better_statistics.module \better_statistics_views_api()

Implements hook_views_api().

File

./better_statistics.module, line 226
Drupal hook implementations for the Better Statistics module.

Code

function better_statistics_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'better_statistics') . '/views',
  );
}