public function GroupContentEnablerManagerInterface::getPluginGroupContentTypeMap in Group 8
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 GroupContentEnablerManagerInterface::getPluginGroupContentTypeMap()
- GroupContentEnablerManager::getPluginGroupContentTypeMap in src/
Plugin/ GroupContentEnablerManager.php - Retrieves a list of group content type IDs per plugin ID.
File
- src/
Plugin/ GroupContentEnablerManagerInterface.php, line 186
Class
- GroupContentEnablerManagerInterface
- Provides a common interface for group content enabler managers.
Namespace
Drupal\group\PluginCode
public function getPluginGroupContentTypeMap();