You are here

function hook_default_openlayers_sources in Openlayers 7.3

This hook allows modules to provide their own sources.

Return value

array Array of sources.

5 functions implement hook_default_openlayers_sources()

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_sources in includes/openlayers.default_openlayers_sources.inc
Implements hook_default_openlayers_sources().
openlayers_examples_default_openlayers_sources in modules/openlayers_examples/includes/openlayers_examples.default_openlayers_sources.inc
Implements hook_default_openlayers_sources().
openlayers_geofield_default_openlayers_sources in modules/openlayers_geofield/includes/openlayers_geofield.default_openlayers_sources.inc
Implements hook_default_sources().
openlayers_ui_default_openlayers_sources in modules/openlayers_ui/includes/openlayers_ui.default_openlayers_sources.inc
Implements hook_default_openlayers_sources().
openlayers_views_default_openlayers_sources in modules/openlayers_views/includes/openlayers_views.default_openlayers_sources.inc
@file Default sources from views.

File

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

Code

function hook_default_openlayers_sources() {
}