You are here

public function GroupRelationManagerInterface::getGroupTypePluginMap in Group 2.0.x

Retrieves a list of plugin IDs per group type ID.

Return value

array An array of content plugin ID arrays, keyed by group type ID.

1 method overrides GroupRelationManagerInterface::getGroupTypePluginMap()
GroupRelationManager::getGroupTypePluginMap in src/Plugin/Group/Relation/GroupRelationManager.php
Retrieves a list of plugin IDs per group type ID.

File

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

Class

GroupRelationManagerInterface
Provides a common interface for group relation managers.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getGroupTypePluginMap();