function content_perm in Content Construction Kit (CCK) 5
Same name and namespace in other branches
- 6.3 content.module \content_perm()
- 6.2 content.module \content_perm()
Implementation of hook_perm().
File
- ./
content.module, line 69 - Allows administrators to associate custom fields to content types.
Code
function content_perm() {
return array(
'Use PHP input for field settings (dangerous - grant with care)',
);
}