constant OG_STATE_BLOCKED in Organic groups 7
Same name and namespace in other branches
- 7.2 og.module \OG_STATE_BLOCKED
Define blocked group content states. The user is rejected from the group.
When a user has this membership state they are denided access to any group related action. This state, however, does not prevent user to access a group or group content node.
6 uses of OG_STATE_BLOCKED
- generate-og-d7-content-update-7001.php in scripts/
generate-og-d7-content-update-7001.php - OgMigrateGroupMembershipTestCase::testOgUpgrade in ./
og.test - Test a successful upgrade.
- og_og_membership_update in ./
og.module - Implements hook_og_membership_update().
- og_ui_subscribe in og_ui/
og_ui.pages.inc - Manage user subscription to a group.
- og_ui_subscribe_link in og_ui/
og_ui.module - Return a subscribe link according to user's permissions.
File
- ./
og.module, line 42 - Enable users to create and manage groups with roles and permissions.
Code
define('OG_STATE_BLOCKED', 3);