You are here

function hosting_client_perm in Hosting 5

Same name and namespace in other branches
  1. 6.2 client/hosting_client.module \hosting_client_perm()

File

client/hosting_client.module, line 36

Code

function hosting_client_perm() {
  return array(
    'create client',
    'view client',
    'edit own client',
    'delete own client',
    'administer clients',
    'edit client users',
  );
}