You are here

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