You are here

function imageeditor_perm in Image Editor 6

Implementation of hook_perm().

File

./imageeditor.module, line 11
Allows online editing of images using different image editing services.

Code

function imageeditor_perm() {
  return array(
    'use imageeditor',
    'administer imageeditor',
  );
}