public function GroupTypeManagerInterface::getGroupContentBundleIdsByGroupBundle in Organic groups 8
Returns group content bundles that are referencing the given group content.
Parameters
string $group_entity_type_id: The entity type ID of the group type for which to return associated group content bundle IDs.
string $group_bundle_id: The bundle ID of the group type for which to return associated group content bundle IDs.
Return value
string[][] An array of group content bundle IDs, keyed by group content entity type ID.
1 method overrides GroupTypeManagerInterface::getGroupContentBundleIdsByGroupBundle()
- GroupTypeManager::getGroupContentBundleIdsByGroupBundle in src/
GroupTypeManager.php - Returns group content bundles that are referencing the given group content.
File
- src/
GroupTypeManagerInterface.php, line 117
Class
- GroupTypeManagerInterface
- Interface for services intended to help managing groups.
Namespace
Drupal\ogCode
public function getGroupContentBundleIdsByGroupBundle($group_entity_type_id, $group_bundle_id);