function nat_perm in Node Auto Term [NAT] 6
Same name and namespace in other branches
- 5 nat.module \nat_perm()
- 6.2 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',
);
}