You are here

function formtips_perm in Form Tips 6.2

Same name and namespace in other branches
  1. 5 formtips.module \formtips_perm()
  2. 6 formtips.module \formtips_perm()

Implements hook_perm().

File

./formtips.module, line 65
Form tips module uses JS to move form descriptions to tooltips.

Code

function formtips_perm() {
  return array(
    'administer formtips',
  );
}