function hosting_site_perm in Hosting 5
Same name and namespace in other branches
- 6.2 site/hosting_site.module \hosting_site_perm()
Implementation of hook_perm
File
- site/
hosting_site.module, line 79
Code
function hosting_site_perm() {
return array(
'create site',
'view site',
'edit site',
'delete site',
'administer site',
);
}