You are here

public function GroupRelationManagerInterface::getInstalledIds in Group 2.0.x

Returns the plugin ID of all group relations in use.

Parameters

\Drupal\group\Entity\GroupTypeInterface $group_type: (optional) The group type to retrieve plugin IDs for.

Return value

string[] A list of all installed group relation plugin IDs. If $group_type was provided, this will only return the installed IDs for that group type.

1 method overrides GroupRelationManagerInterface::getInstalledIds()
GroupRelationManager::getInstalledIds in src/Plugin/Group/Relation/GroupRelationManager.php
Returns the plugin ID of all group relations in use.

File

src/Plugin/Group/Relation/GroupRelationManagerInterface.php, line 145

Class

GroupRelationManagerInterface
Provides a common interface for group relation managers.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getInstalledIds(GroupTypeInterface $group_type = NULL);