You are here

public function GroupRelationManagerInterface::getPluginGroupContentTypeMap in Group 2.0.x

Retrieves a list of group content type IDs per plugin ID.

Return value

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

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

File

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

Class

GroupRelationManagerInterface
Provides a common interface for group relation managers.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getPluginGroupContentTypeMap();