You are here

public function GroupRoleSynchronizerInterface::getGroupRoleIdsByGroupTypes in Group 8

Same name and namespace in other branches
  1. 2.0.x 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\group

Code

public function getGroupRoleIdsByGroupTypes($group_type_ids);