function statistics_counter_views_api in Statistics Counter 7
Implements hook_views_api().
This one is used as the base to reduce errors when updating.
File
- ./
statistics_counter.module, line 84 - Statistics Counter
Code
function statistics_counter_views_api() {
return array(
'api' => '3',
'path' => drupal_get_path('module', 'statistics_counter') . '/views',
);
}