You are here

constant OA_SECTION_FIELD in Open Atrium Core 7.2

Name of default OpenAtrium Section field (for Organic Groups Fields UI).

3 uses of OA_SECTION_FIELD
oa_core_og_fields_info in ./oa_core.module
Implements hook_og_fields_info().
oa_core_tokens in ./oa_core.module
Implements hook_tokens().
oa_core_visibility_data in includes/oa_core.access.inc
Utility function to return visibility data for a given node $data['public'] TRUE if node is public, FALSE if private $data['title'] either "Public" or "Private" $data['accessors']['group']…

File

./oa_core.module, line 35

Code

define('OA_SECTION_FIELD', 'oa_section_ref');