You are here

function geolocation_views_views_api in Geolocation Views 7

Implements hook_views_api()

File

./geolocation_views.module, line 11
Views style plugin for Geolocation.

Code

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