function hosting_platform_perm in Hosting 5
Same name and namespace in other branches
- 6.2 platform/hosting_platform.module \hosting_platform_perm()
File
- platform/
hosting_platform.module, line 44 - Platform node type definition
Code
function hosting_platform_perm() {
return array(
'create platform',
'view platform',
'edit platform',
'delete platform',
);
}