You are here

49 uses of OG_GROUP_FIELD in Organic groups 7.2

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.
OgAccess::testOgAccessEntity in ./og.test
Verify og_user_access_entity() returns correct value.
OgAccessModeratedGroup::setUp in og_access/og_access.test
Sets up a Drupal site for running functional and integration tests.
OgAccessTestCase::setUp in og_access/og_access.test
Sets up a Drupal site for running functional and integration tests.
OgAccessTestCase::testSubGroupContentAccess in og_access/og_access.test
Testing special case in which a group is also group content, and it is inside another group. When those groups are set to private (either when set specifically or given from the group defaults), it should be verified groups are accessible, even for…
OgAccessUseGroupDefaultsTestCase::setUp in og_access/og_access.test
Sets up a Drupal site for running functional and integration tests.
OgAudienceFieldAccessOverrideTestCase::testAutoAttach in ./og.test
Test auto-attaching group-audience fields to the user entity.
OgAudienceFieldAutoCreateTestCase::testAutoAttach in ./og.test
Test auto-attaching group-audience fields to the user entity.
OgAudienceFieldDeltaTestCase::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgAutoCompleteAccessibleGroupsValidation::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgBehaviorHandlerTestCase::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgContextTestCase::setUp in og_context/og_context.test
Sets up a Drupal site for running functional and integration tests.
OgDefaultAccessFieldTestCase::testOgDefaultAccessField in ./og.test
Test groups with default access field enabled or disabled.
OgDeleteOrphansTestCase::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgEntityFieldQueryFieldConditionTestCase::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgEntityFieldQueryTestCase::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgExampleSelectionHandler::buildEntityFieldQuery in og_example/plugins/entityreference/selection/OgExampleSelectionHandler.class.php
Overrides OgSelectionHandler::buildEntityFieldQuery().
OgFieldAccessTestCase::testOgFieldAccess in og_field_access/og_field_access.test
Group with access field.
OgFieldWidgetTestCase::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgGroupAndUngroup::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgMetaData::testOgMembershipMetaData in ./og.test
Test the og_get_entity_groups() API function.
OgMigrateAddFields::import in includes/migrate/7000/og_add_fields.inc
Create group, group-audience and group description fields.
OgNodeAccess::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgNonMembersPublishingContentTestCase::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgPermissionsTestCase::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgRoleRevoke::testOgRoleRevoke in ./og.test
OgSelectAccessibleGroupsValidation::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
OgSelectionHandler::buildEntityFieldQuery in plugins/entityreference/selection/OgSelectionHandler.class.php
Build an EntityFieldQuery to get referencable entities.
OgUiAdminPermissionsTestCase::setUp in og_ui/og_ui.test
Sets up a Drupal site for running functional and integration tests.
OgUiManagePeopleTestCase::setUp in og_ui/og_ui.test
Sets up a Drupal site for running functional and integration tests.
OgUiPrivateGroupStatus::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.
OgUserCanPublishGroupContentTypeOnlyInGroup::setUp in ./og.test
Sets up a Drupal site for running functional and integration tests.
og_field_access in ./og.module
Implements hook_field_access().
og_field_create_instance in ./og.module
Implements hook_field_create_instance().
og_field_delete_instance in ./og.module
Implements field_delete_instance().
og_form_group_manager_validate in ./og.module
Validate handler; Make sure a group can be created.
og_get_all_group in ./og.module
Return all existing groups of an entity type.
og_get_all_group_entity in ./og.module
Return all entity types that have bundles that are a group type.
og_get_group_type in ./og.module
Return the group type (i.e. "group" or "group_content") of an entity.
og_is_group in ./og.module
Return TRUE if the entity is acting as a group.
og_og_fields_info in ./og.module
Implements hook_og_fields_info().
og_register_query_og_alter in og_register/og_register.module
Implements hook_query_og_alter().
og_ui_field_create_instance in og_ui/og_ui.module
Implements hook_field_create_instance().
og_ui_field_delete_instance in og_ui/og_ui.module
Implements hook_field_delete_instance().
og_ui_form_field_ui_field_edit_form_alter in og_ui/og_ui.module
Implements hook_form_FORM_ID_alter().
og_ui_node_type_save in og_ui/og_ui.module
Add group and group content fields to new content types.