constant OG_ADMINISTRATOR_ROLE in Organic groups 7
Same name and namespace in other branches
- 7.2 og.module \OG_ADMINISTRATOR_ROLE
The role name of group administrator.
5 uses of OG_ADMINISTRATOR_ROLE
- OgUnInstallTestCase::testOgInstall in ./
og.test - Instaill, uninstall and re-install.
- og_field_access_og_permission in og_field_access/
og_field_access.module - Implements hook_og_permission().
- og_og_default_roles in ./
og.module - Implement hook_og_default_roles()
- og_og_permission in ./
og.module - Implement hook_og_permission().
- og_ui_og_permission in og_ui/
og_ui.module - Implement hook_og_permission().
File
- ./
og.module, line 82 - Enable users to create and manage groups with roles and permissions.
Code
define('OG_ADMINISTRATOR_ROLE', 'administrator member');