You are here

function hook_default_openlayers_controls_alter in Openlayers 7.3

This hook allows modules to alter default controls.

Parameters

array $exports: Array of default controls.

File

./openlayers.api.php, line 128
Hooks for openlayers module.

Code

function hook_default_openlayers_controls_alter(&$exports) {
}