function openlayers_help in Openlayers 7.2
Same name and namespace in other branches
- 6.2 openlayers.module \openlayers_help()
- 6 openlayers.module \openlayers_help()
Implements hook_help().
File
- ./
openlayers.module, line 37 - Main OpenLayers API File
Code
function openlayers_help($path, $arg) {
switch ($path) {
case 'admin/help#openlayers':
return '<p>' . t('The OpenLayers module is the base module for the
OpenLayers suite of modules, and provides the main API.') . '</p>';
}
return '';
}