You are here

function image_perm in Image 5.2

Same name and namespace in other branches
  1. 5 image.module \image_perm()
  2. 6 image.module \image_perm()
  3. 7 image_legacy.module \image_perm()

Implementation of hook_perm

File

./image.module, line 52

Code

function image_perm() {
  return array(
    'create images',
    'view original images',
    'edit own images',
    'edit images',
  );
}