You are here

function ife_perm in Inline Form Errors 6

Same name and namespace in other branches
  1. 6.2 ife.module \ife_perm()

Implementation of hook_perm().

File

./ife.module, line 41
Drupal hooks

Code

function ife_perm() {
  return array(
    'administer inline form errors',
  );
}