You are here

constant OG_CONTENT_ACCESS_PRIVATE in Organic groups 7.2

Same name and namespace in other branches
  1. 7 og_access/og_access.module \OG_CONTENT_ACCESS_PRIVATE

Define group content access private regardless of its group definition.

2 uses of OG_CONTENT_ACCESS_PRIVATE
OgAccessTestCase::testGroupContentAccessNotDefault in og_access/og_access.test
Group with access field and group content with different definition from the group.
og_access_node_access_records in og_access/og_access.module
Implements hook_node_access_records().

File

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

Code

define('OG_CONTENT_ACCESS_PRIVATE', 2);