function demo_perm in Demonstration site (Sandbox / Snapshot) 6
Same name and namespace in other branches
- 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',
);
}