You are here

public function GroupContentEnablerManagerInterface::getGroupTypePluginMap in Group 8

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 GroupContentEnablerManagerInterface::getGroupTypePluginMap()
GroupContentEnablerManager::getGroupTypePluginMap in src/Plugin/GroupContentEnablerManager.php
Retrieves a list of plugin IDs per group type ID.

File

src/Plugin/GroupContentEnablerManagerInterface.php, line 194

Class

GroupContentEnablerManagerInterface
Provides a common interface for group content enabler managers.

Namespace

Drupal\group\Plugin

Code

public function getGroupTypePluginMap();