You are here

function node_expire_perm in Node expire 6.2

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

Implementation of hook_perm().

File

./node_expire.module, line 95

Code

function node_expire_perm() {
  return array(
    'administer node expire',
    'edit node expire',
  );
}