You are here

function hosting_package_perm in Hosting 6.2

Implementation of hook_perm().

File

package/hosting_package.module, line 50

Code

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