function config_perms_perm in Custom Permissions 6
Same name and namespace in other branches
- 6.2 config_perms.module \config_perms_perm()
Implementation of hook_perm Administer -> User management -> Permissions
File
- ./
config_perms.module, line 41 - Adds more granular permissions for items under 'administer site configuration'.
Code
function config_perms_perm() {
return array_keys($GLOBALS['config_perms_map']);
}