You are here

function openlayers_examples_views_api in Openlayers 7.3

Implements hook_views_api().

File

modules/openlayers_examples/openlayers_examples.module, line 275
Openlayers Examples.

Code

function openlayers_examples_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'openlayers_examples') . '/views',
  );
}