You are here

public function GroupTypeManagerInterface::getGroupBundleIdsByGroupContentBundle in Organic groups 8

Returns all group bundles that are referenced by the given group content.

Parameters

string $group_content_entity_type_id: The entity type ID of the group content type for which to return associated group bundle IDs.

string $group_content_bundle_id: The bundle ID of the group content type for which to return associated group bundle IDs.

Return value

string[][] An array of group bundle IDs, keyed by group entity type ID.

1 method overrides GroupTypeManagerInterface::getGroupBundleIdsByGroupContentBundle()
GroupTypeManager::getGroupBundleIdsByGroupContentBundle in src/GroupTypeManager.php
Returns all group bundles that are referenced by the given group content.

File

src/GroupTypeManagerInterface.php, line 101

Class

GroupTypeManagerInterface
Interface for services intended to help managing groups.

Namespace

Drupal\og

Code

public function getGroupBundleIdsByGroupContentBundle($group_content_entity_type_id, $group_content_bundle_id);