You are here

function openlayers_test_views_api in Openlayers 6.2

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

Implementation of hook_views_api().

File

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

Code

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