You are here

function openlayers_test_views_api in Openlayers 7.2

Same name and namespace in other branches
  1. 6.2 tests/openlayers_test.module \openlayers_test_views_api()

Implements hook_views_api().

File

tests/openlayers_test.module, line 67
Main OpenLayers Test Module file

Code

function openlayers_test_views_api() {
  return array(
    'api' => 2,
  );
}