You are here

function openlayers_layers_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

modules/openlayers_layers/openlayers_layers.module, line 262
This file holds the main Drupal hook functions and private functions for the openlayers_layers module.

Code

function openlayers_layers_domainconf() {
  module_load_include('inc', 'openlayers_layers', 'includes/openlayers_layers.admin');

  // Get form items and return
  return _openlayers_layers_settings_form();
}