public function GroupHierarchyManagerInterface::getGroupSupergroupIds in Subgroup (Graph) 1.0.x
Gets the IDs of the supergroups of a given group.
Parameters
int $group_id: The group for which supergroups will be loaded.
Return value
int[] An array of supergroup IDs for the given group.
1 method overrides GroupHierarchyManagerInterface::getGroupSupergroupIds()
- GroupHierarchyManager::getGroupSupergroupIds in src/
GroupHierarchyManager.php - Gets the IDs of the supergroups of a given group.
File
- src/
GroupHierarchyManagerInterface.php, line 85
Class
- GroupHierarchyManagerInterface
- An interface for the group hierarchy manager.
Namespace
Drupal\ggroupCode
public function getGroupSupergroupIds($group_id);