You are here

constant OG_CONTENT_ACCESS_FIELD in Organic groups 7

Same name and namespace in other branches
  1. 7.2 og_access/og_access.module \OG_CONTENT_ACCESS_FIELD

Group public access field.

4 uses of OG_CONTENT_ACCESS_FIELD
OgAccessTestCase::testOgContentAccessDefault in og_access/og_access.test
Group with access field and group content with default definition.
OgAccessTestCase::testOgContentAccessNotDefault in og_access/og_access.test
Group with access field and group content with different definition from the group.
OgAccessTestCase::testOgStrictPrivate in og_access/og_access.test
Test "Strict private" variable enabled or disabled.
og_access_og_fields_info in og_access/og_access.module
Implement hook_og_fields_info().

File

og_access/og_access.module, line 22
Enable access control for private and public groups and group content.

Code

define('OG_CONTENT_ACCESS_FIELD', 'group_content_access');