constant OG_AUTHENTICATED_ROLE in Organic groups 7
Same name and namespace in other branches
- 7.2 og.module \OG_AUTHENTICATED_ROLE
The role name of group member.
12 uses of OG_AUTHENTICATED_ROLE
- OgUiUpgradePathTestCase::testOgUiUpgrade in og_ui/
og_ui.test - Test a successful upgrade.
- 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_get_default_roles in ./
og.module - Get arary of default roles, keyed by their declaring module.
- og_get_permissions in ./
og.module - Get all permissions defined by implementing modules.
File
- ./
og.module, line 77 - Enable users to create and manage groups with roles and permissions.
Code
define('OG_AUTHENTICATED_ROLE', 'member');