function openlayers_perm in Openlayers 6
Implementation of hook_perm().
File
- ./
openlayers.module, line 63 - Main OpenLayers API File
Code
function openlayers_perm() {
return array(
'administer openlayers',
);
}
Implementation of hook_perm().
function openlayers_perm() {
return array(
'administer openlayers',
);
}