You are here

constant OA_ACCESS_ALLOW_OPTION_ALL in Open Atrium Core 7.2

Permission type -- Allows permission have an 'All' option.

4 uses of OA_ACCESS_ALLOW_OPTION_ALL
oa_access.module in modules/oa_access/oa_access.module
Code for the Open Atrium Access module.
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
_oa_access_permissions_form in modules/oa_access/oa_access.admin.inc
Internal form constructor for both the Group and Team permissions forms.

File

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

Code

define('OA_ACCESS_ALLOW_OPTION_ALL', 4);