You are here

function demo_perm in Demonstration site (Sandbox / Snapshot) 6

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

Implements hook_perm().

File

./demo.module, line 11
Demonstration site API Drupal integration functions.

Code

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