function content_access_perm in Content Access 5
Same name and namespace in other branches
- 6 content_access.module \content_access_perm()
Implementation of hook_perm().
File
- ./
content_access.module, line 52
Code
function content_access_perm() {
return array(
'grant content access',
'grant own content access',
);
}