You are here

constant OG_STATE_ACTIVE in Organic groups 7

Same name and namespace in other branches
  1. 7.2 og.module \OG_STATE_ACTIVE

Define active group content states.

When a user has this membership state they are considered to be of "member" role.

26 uses of OG_STATE_ACTIVE
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.

... See full list

File

./og.module, line 24
Enable users to create and manage groups with roles and permissions.

Code

define('OG_STATE_ACTIVE', 1);