function hosting_client_perm in Hostmaster (Aegir) 6
Implementation of hook_perm().
File
- modules/
hosting/ client/ hosting_client.module, line 54
Code
function hosting_client_perm() {
return array(
'create client',
'view client',
'edit own client',
'delete own client',
'administer clients',
'edit client users',
'edit client uname',
);
}