You are here

function node_expire_perm in Node expire 6

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

Implementation of hook_perm().

File

./node_expire.module, line 191

Code

function node_expire_perm() {
  return array(
    'administer node_expire',
    'edit expirations',
  );
}