You are here

constant OG_DEFAULT_ACCESS_FIELD in Organic groups 7.2

Same name and namespace in other branches
  1. 7 og.module \OG_DEFAULT_ACCESS_FIELD

Group default roles and permissions field.

5 uses of OG_DEFAULT_ACCESS_FIELD
OgDefaultAccessFieldTestCase::testOgDefaultAccessField in ./og.test
Test groups with default access field enabled or disabled.
OgUiMigrateAddField::import in og_ui/includes/migrate/7000/add_field.inc
Add OG_DEFAULT_ACCESS_FIELD to group.
og_entity_update in ./og.module
Implements hook_entity_update().
og_is_group_default_access in ./og.module
Check if group should use default roles and permissions.
og_og_fields_info in ./og.module
Implements hook_og_fields_info().

File

./og.module, line 50
Enable users to create and manage groups with roles and permissions.

Code

define('OG_DEFAULT_ACCESS_FIELD', 'og_roles_permissions');