You are here

constant OA_ACCESS_COMBINE_INTERSECTION in Open Atrium Core 7.2

Permission combine type -- Intersection of Group and Team permissions.

Both the Group and Team must grant permission in order for this user to be granted permission.

3 uses of OA_ACCESS_COMBINE_INTERSECTION
oa_access in modules/oa_access/oa_access.module
Determines if the user has a permission.
oa_access_test_oa_access_permission in modules/oa_access/tests/oa_access_test/oa_access_test.module
Implements hook_oa_access_permission().
OpenAtriumAccessTestCase::testGetPermissions in modules/oa_access/tests/oa_access.test

File

modules/oa_access/oa_access.module, line 79
Code for the Open Atrium Access module.

Code

define('OA_ACCESS_COMBINE_INTERSECTION', 2);