You are here

public function GroupHierarchyManagerInterface::getGroupSubgroupIds in Subgroup (Graph) 1.0.x

Gets the IDs of the subgroups of a given group.

Parameters

int $group_id: The group for which subgroups will be loaded.

Return value

int[] An array of subgroup IDs for the given group.

1 method overrides GroupHierarchyManagerInterface::getGroupSubgroupIds()
GroupHierarchyManager::getGroupSubgroupIds in src/GroupHierarchyManager.php
Gets the IDs of the subgroups of a given group.

File

src/GroupHierarchyManagerInterface.php, line 63

Class

GroupHierarchyManagerInterface
An interface for the group hierarchy manager.

Namespace

Drupal\ggroup

Code

public function getGroupSubgroupIds($group_id);