You are here

function openlayers_test_views_default_views in Openlayers 7.2

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

Implements hook_views_default_views().

File

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

Code

function openlayers_test_views_default_views() {
  module_load_include('inc', 'openlayers_test', 'includes/openlayers_test.views');
  return _openlayers_test_views_default_views();
}