You are here

function hook_default_openlayers_interactions in Openlayers 7.3

This hook allows modules to provide their own interactions.

Return value

array Array of interactions.

2 functions implement hook_default_openlayers_interactions()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

openlayers_default_openlayers_interactions in includes/openlayers.default_openlayers_interactions.inc
Implements hook_default_openlayers_interactions().
openlayers_examples_default_openlayers_interactions in modules/openlayers_examples/includes/openlayers_examples.default_openlayers_interactions.inc
Implements hook_default_openlayers_interactions().

File

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

Code

function hook_default_openlayers_interactions() {
}