constant OG_STATE_PENDING in Organic groups 7
Same name and namespace in other branches
- 7.2 og.module \OG_STATE_PENDING
Define pending group content states. The user is subscribed to the group but isn't an active member yet.
When a user has this membership state they are considered to be of "non-member" role.
16 uses of OG_STATE_PENDING
- generate-og-d7-content-update-7001.php in scripts/
generate-og-d7-content-update-7001.php - OgGroupApi::testOgCrud in ./
og.test - Test CRUD of group entities.
- OgGroupApi::testOgGetGroupIds in ./
og.test - Test og_get_group_ids().
- OgGroupApi::testOgGroupField in ./
og.test - Test OG group field behaviour.
- OgGroupMembership::testGroupMembershipCrud in ./
og.test - Test group group membership create, update and delete.
File
- ./
og.module, line 33 - Enable users to create and manage groups with roles and permissions.
Code
define('OG_STATE_PENDING', 2);