You are here

function og_subgroups_perm in Subgroups for Organic groups 5

Same name and namespace in other branches
  1. 5.4 og_subgroups.module \og_subgroups_perm()
  2. 5.3 og_subgroups.module \og_subgroups_perm()
  3. 6 og_subgroups.module \og_subgroups_perm()

Implementation of hook_perm().

File

./og_subgroups.module, line 25
Maintains subgroups hierarchy created by the orgainc groups module.

Code

function og_subgroups_perm() {
  return array(
    'administer groups hierachy',
    'edit groups hierachy',
  );
}