function hosting_platform_perm in Hostmaster (Aegir) 6
Implementation of hook_perm().
File
- modules/
hosting/ platform/ hosting_platform.module, line 99 - Platform node type definition.
Code
function hosting_platform_perm() {
return array(
'create platform',
'view platform',
'edit platform',
'delete platform',
'view locked platforms',
);
}