public function GroupRoleSynchronizerInterface::getGroupRoleIdsByGroupTypes in Group 2.0.x
Same name and namespace in other branches
- 8 src/GroupRoleSynchronizerInterface.php \Drupal\group\GroupRoleSynchronizerInterface::getGroupRoleIdsByGroupTypes()
Retrieves all synchronized group role IDs for a list of group types.
Parameters
string[] $group_type_ids: The IDs of the group types 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::getGroupRoleIdsByGroupTypes()
- GroupRoleSynchronizer::getGroupRoleIdsByGroupTypes in src/
GroupRoleSynchronizer.php - Retrieves all synchronized group role IDs for a list of group types.
File
- src/
GroupRoleSynchronizerInterface.php, line 45
Class
- GroupRoleSynchronizerInterface
- Provides information about how site roles are synchronized to group roles.
Namespace
Drupal\groupCode
public function getGroupRoleIdsByGroupTypes($group_type_ids);