constant OG_ANONYMOUS_ROLE in Organic groups 7
Same name and namespace in other branches
- 7.2 og.module \OG_ANONYMOUS_ROLE
The role name of group non-members.
13 uses of OG_ANONYMOUS_ROLE
- hook_og_permission in ./
og.api.php - Add group permissions.
- OgFieldAccessTestCase::testOgFieldAccess in og_field_access/
og_field_access.test - Group with access field.
- 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().
File
- ./
og.module, line 72 - Enable users to create and manage groups with roles and permissions.
Code
define('OG_ANONYMOUS_ROLE', 'non-member');