You are here

function hosting_package_perm in Hostmaster (Aegir) 6

Implementation of hook_perm().

File

modules/hosting/package/hosting_package.module, line 89

Code

function hosting_package_perm() {
  return array(
    'create package',
    'view package',
    'edit package',
    'delete package',
  );
}