You are here

function hosting_site_perm in Hosting 6.2

Same name and namespace in other branches
  1. 5 site/hosting_site.module \hosting_site_perm()

Implementation of hook_perm

File

site/hosting_site.module, line 307

Code

function hosting_site_perm() {
  return array(
    'create site',
    'view site',
    'edit site',
    'delete site',
    'administer sites',
  );
}