You are here

constant OG_USER_INHERITANCE_FIELD in Subgroups for Organic groups 7.2

Group default roles and permissions field.

4 uses of OG_USER_INHERITANCE_FIELD
OgSubgroupsAccessFromDescendanceTestCase::setUp in ./og_subgroups.test
Sets up a Drupal site for running functional and integration tests.
og_subgroups_children_load_multiple in ./og_subgroups.common.inc
Get the inheriented groups + current group.
og_subgroups_og_fields_info in ./og_subgroups.module
Implements hook_og_fields_info().
og_subgroups_parents_load_multiple in ./og_subgroups.common.inc
Same as og_subgroups_parents_load() but takes in an array of groups.

File

./og_subgroups.module, line 14
Provides users the ability to inherit permissions on subgroups.

Code

define('OG_USER_INHERITANCE_FIELD', 'og_user_inheritance');