You are here

function agreement_perm in Agreement 6

Same name and namespace in other branches
  1. 6.2 agreement.module \agreement_perm()

Implementation of hook_perm().

File

./agreement.module, line 29
agreement.module - Agreement module code

Code

function agreement_perm() {
  return array(
    'configure agreement settings',
  );
}