constant OG_STATE_BLOCKED in Organic groups 7.2
Same name and namespace in other branches
- 7 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.
9 uses of OG_STATE_BLOCKED
- generate-og-d7-content-update-7001.php in scripts/
generate-og-d7-content-update-7001.php - OgGroupAndUngroup::testGroupAndUngroup in ./
og.test - Test group and ungroup of content.
- OgGroupAndUngroup::testGroupManagerNotActive in ./
og.test - Test group behaviour when the group owner is not active.
- OgMetaData::testOgMembershipMetaData in ./
og.test - Test the og_get_entity_groups() API function.
- OgPermissionsTestCase::testBlockedAndPendingRoles in ./
og.test - Assert blocked and pending roles influence the allowed permissions.
File
- ./
og.module, line 35 - Enable users to create and manage groups with roles and permissions.
Code
define('OG_STATE_BLOCKED', 3);