You are here

function counter_views_api in Counter 7

Same name and namespace in other branches
  1. 8 counter.module \counter_views_api()

Implements hook_views_api().

File

./counter.module, line 381

Code

function counter_views_api() {
  return array(
    'api' => 3,
  );
}