You are here

function demo_perm in Demonstration site (Sandbox / Snapshot) 5

Same name and namespace in other branches
  1. 6 demo.module \demo_perm()

Implementation of hook_perm().

File

./demo.module, line 11
Demonstration Site module

Code

function demo_perm() {
  return array(
    'administer demo settings',
  );
}