You are here

function nat_perm in Node Auto Term [NAT] 6.2

Same name and namespace in other branches
  1. 5 nat.module \nat_perm()
  2. 6 nat.module \nat_perm()

Implementation of hook_perm().

File

./nat.module, line 69
NAT - node auto term - is a helper module that automatically creates a term using the same title as a node.

Code

function nat_perm() {
  return array(
    'administer NAT configuration',
  );
}