You are here

function hosting_perm in Hosting 5

Same name and namespace in other branches
  1. 6.2 hosting.module \hosting_perm()

Implementation of hook_perm

File

./hosting.module, line 146
Hosting module

Code

function hosting_perm() {
  return array(
    'access hosting wizard',
    'administer hosting queues',
    'administer hosting features',
    'administer hosting',
  );
}