You are here

function flag_perm in Flag 5

Same name and namespace in other branches
  1. 6.2 flag.module \flag_perm()
  2. 6 flag.module \flag_perm()

Implementation of hook_perm().

File

./flag.module, line 99
The Flag module.

Code

function flag_perm() {
  return array(
    'administer flags',
  );
}