function openlayers_layers_admin_settings in Openlayers 6
Menu callback; displays the openlayers_layers module settings page.
See also
1 string reference to 'openlayers_layers_admin_settings'
- openlayers_layers_menu in modules/
openlayers_layers/ openlayers_layers.module - Implementation of hook_menu().
File
- modules/
openlayers_layers/ includes/ openlayers_layers.admin.inc, line 15 - This file holds the functions for the openlayers layers Admin settings.
Code
function openlayers_layers_admin_settings() {
// Get form items
$form = _openlayers_layers_settings_form();
return system_settings_form($form);
}