Developing on OG 7.x-2.x

Last updated on
18 May 2024

Drupal 7 will no longer be supported after January 5, 2025. Learn more and find resources for Drupal 7 sites

TODO: overview of entity types, field types, and how they all glue together.

Working with groups and group content

Given an entity that is group content:

    $wrapper = entity_metadata_wrapper(ENTITY_TYPE, $entity);
    $og_membership_entity = $wrapper->og_group_ref->value();

Help improve this page

Page status: Not set

You can: