You are here

function kml_perm in KML 5

Same name and namespace in other branches
  1. 6 kml.module \kml_perm()

Implementation of hook_perm().

File

./kml.module, line 32
KML Module

Code

function kml_perm() {
  return array(
    'access kml',
    'administer kml',
  );
}