function openlayers_domainconf in Openlayers 6
Implementation of hook_domainconf().
See http://therickards.com/api/function/hook_domainconf/Domain Adds support for per-domain map keys
File
- ./
openlayers.module, line 783 - Main OpenLayers API File
Code
function openlayers_domainconf() {
module_load_include('inc', 'openlayers', 'includes/openlayers.admin');
// Get form items and return
return _openlayers_settings_form();
}