You are here

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',
  );
}