You are here

function cas_perm in CAS 6.2

Same name and namespace in other branches
  1. 5.4 cas.module \cas_perm()
  2. 5 cas.module \cas_perm()
  3. 5.3 cas.module \cas_perm()
  4. 6.3 cas.module \cas_perm()
  5. 6 cas.module \cas_perm()

Implementation of hook_perm().

File

./cas.module, line 368

Code

function cas_perm() {
  return array(
    'administer cas',
  );
}