You are here

function og_og_default_roles in Organic groups 7.2

Same name and namespace in other branches
  1. 7 og.module \og_og_default_roles()

Implements hook_og_default_roles().

File

./og.module, line 483
Enable users to create and manage groups with roles and permissions.

Code

function og_og_default_roles() {
  return array(
    OG_ADMINISTRATOR_ROLE,
  );
}