openlayers_perm

openlayers/openlayers.module, line 45

Versions
6
openlayers_perm()

Implementation of hook_perm

Code

<?php
function openlayers_perm() {
  return array('administer openlayers');
}
?>