public function GroupRoleSynchronizerInterface::getGroupRoleIdsByGroupType in Group 2.0.x
Same name and namespace in other branches
- 8 src/GroupRoleSynchronizerInterface.php \Drupal\group\GroupRoleSynchronizerInterface::getGroupRoleIdsByGroupType()
Retrieves all synchronized group role IDs for a group type.
Parameters
string $group_type_id: The ID of the group type the group role IDs should be retrieved for.
Return value
string[] The synchronized group role IDs for the given group type.
1 method overrides GroupRoleSynchronizerInterface::getGroupRoleIdsByGroupType()
- GroupRoleSynchronizer::getGroupRoleIdsByGroupType in src/
GroupRoleSynchronizer.php - Retrieves all synchronized group role IDs for a group type.
File
- src/
GroupRoleSynchronizerInterface.php, line 34
Class
- GroupRoleSynchronizerInterface
- Provides information about how site roles are synchronized to group roles.
Namespace
Drupal\groupCode
public function getGroupRoleIdsByGroupType($group_type_id);