You are here

public function GroupRoleStorageInterface::loadSynchronizedByGroupTypes in Group 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/Storage/GroupRoleStorageInterface.php \Drupal\group\Entity\Storage\GroupRoleStorageInterface::loadSynchronizedByGroupTypes()

Retrieves all synchronized GroupRole entities by group types.

Parameters

string[] $group_type_ids: The list of group type IDs to load the synchronized group roles for.

Return value

\Drupal\group\Entity\GroupRoleInterface[] The group roles matching the group types.

1 method overrides GroupRoleStorageInterface::loadSynchronizedByGroupTypes()
GroupRoleStorage::loadSynchronizedByGroupTypes in src/Entity/Storage/GroupRoleStorage.php
Retrieves all synchronized GroupRole entities by group types.

File

src/Entity/Storage/GroupRoleStorageInterface.php, line 40

Class

GroupRoleStorageInterface
Defines an interface for group role entity storage classes.

Namespace

Drupal\group\Entity\Storage

Code

public function loadSynchronizedByGroupTypes(array $group_type_ids);