function image_perm in Image 5
Same name and namespace in other branches
- 5.2 image.module \image_perm()
- 6 image.module \image_perm()
- 7 image_legacy.module \image_perm()
Implementation of hook_perm
File
- ./
image.module, line 51
Code
function image_perm() {
return array(
'create images',
'view original images',
'edit own images',
'edit images',
);
}