You are here

function counter_views_api in Counter 8

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

Implements hook_views_api().

File

./counter.module, line 26
The counter module used for displaying Site Counter.

Code

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