You are here

function flag_perm in Flag 6.2

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

Implementation of hook_perm().

File

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

Code

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