You are here

33 uses of OG_GROUP_FIELD in Organic groups 7

generate-og-d7-content-update-7001.php in scripts/generate-og-d7-content-update-7001.php
hook_og_fields_info in ./og.api.php
Provide information about fields that are related to Organic groups.
OgAccessTestCase::testOgAccess in og_access/og_access.test
Group with access field .
OgAccessTestCase::testOgContentAccessDefault in og_access/og_access.test
Group with access field and group content with default definition.
OgAccessTestCase::testOgContentAccessNotDefault in og_access/og_access.test
Group with access field and group content with different definition from the group.
OgAccessTestCase::testOgStrictPrivate in og_access/og_access.test
Test "Strict private" variable enabled or disabled.
OgDefaultAccessFieldTestCase::testOgDefaultAccessField in ./og.test
Test groups with default access field enabled or disabled.
OgFieldAccessTestCase::testOgFieldAccess in og_field_access/og_field_access.test
Group with access field.
OgGroupAndUngroup::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgGroupApi::testGetEntityGroups in ./og.test
Test the og_get_entity_groups() API function.
OgGroupApi::testOgAccess in ./og.test
Test access control of groups.
OgGroupApi::testOgAccessEntity in ./og.test
Verify og_user_access_entity() returns correct value.
OgGroupApi::testOgGroupField in ./og.test
Test OG group field behaviour.
OgGroupAudienceField::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgGroupAudienceField::testPropopulateViaUrl in ./og.test
Test prepopulating the audience field widget via URL.
OgGroupMembership::testGroupMembershipCrud in ./og.test
Test group group membership create, update and delete.
OgGroupMembership::testUserEdit in ./og.test
Test re-saving user with pending membership.
OgNodeAccess::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgTranslationTestCase::createPage in ./og.test
Create a "Basic page" in the specified language, and set it to be a group.
OgTranslationTestCase::testOgNodeLocale in ./og.test
Test disabling OG fields on translated content.
OgUiManagePeopleTestCase::setUp in og_ui/og_ui.test
Sets up a Drupal site for running functional and integration tests.
OgUiSubscribeTestCase::setUp in og_ui/og_ui.test
Sets up a Drupal site for running functional and integration tests.
OgUiUserPermissionsTestCase::setUp in og_ui/og_ui.test
Sets up a Drupal site for running functional and integration tests.
OgUserPermissionsTestCase::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgUserPermissionsTestCase::testOgUserRoleChangePermissions in ./og.test
Verify proper permission changes by og_role_change_permissions().
og_create_field in ./og.module
Create an organic groups field in a bundle.
og_field_crud_group in ./og.field.inc
Create update or delete a group, based on the field CRUD.
og_get_group_type in ./og.module
Return the group type (i.e. "group" or "group_content") of an entity.
og_migrate_create_fields in og_migrate/og_migrate.module
Create group, group-audience and group description fields.
og_node_type_save in ./og.module
Add group and group content fields to new content types.
og_og_fields_info in ./og.module
Implements hook_og_fields_info().
og_ui_field_formatter_view in og_ui/og_ui.module
Implements hook_field_formatter_view().
og_ui_field_settings_validate in og_ui/og_ui.admin.inc