You are here

function statspro_views_api in Statistics Pro 6.2

Same name and namespace in other branches
  1. 6 statspro.module \statspro_views_api()

Implementation of hook_views_api().

File

./statspro.module, line 42
Main module of Statistcs pro module

Code

function statspro_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'statspro') . '/views',
  );
}