function openlayers_ui_perm in Openlayers 6.2
Implementation of hook_perm
File
- modules/
openlayers_ui/ openlayers_ui.module, line 49
Code
function openlayers_ui_perm() {
return array(
'administer openlayers',
);
}
Implementation of hook_perm
function openlayers_ui_perm() {
return array(
'administer openlayers',
);
}