function og_og_default_roles in Organic groups 7
Same name and namespace in other branches
- 7.2 og.module \og_og_default_roles()
Implement hook_og_default_roles()
File
- ./
og.module, line 431 - Enable users to create and manage groups with roles and permissions.
Code
function og_og_default_roles() {
return array(
OG_ADMINISTRATOR_ROLE,
);
}