You are here

function webform_hints_perm in Webform Hints 6

Implementation of hook_perm().

File

./webform_hints.module, line 21

Code

function webform_hints_perm() {
  return array(
    'administer Webform Hints settings',
  );
}