You are here

public function GroupContentEnablerManagerInterface::getGroupContentTypeIds in Group 8

Retrieves all of the group content type IDs for a content plugin.

Parameters

string $plugin_id: The ID of the plugin to retrieve group content type IDs for.

Return value

string[] An array of group content type IDs.

1 method overrides GroupContentEnablerManagerInterface::getGroupContentTypeIds()
GroupContentEnablerManager::getGroupContentTypeIds in src/Plugin/GroupContentEnablerManager.php
Retrieves all of the group content type IDs for a content plugin.

File

src/Plugin/GroupContentEnablerManagerInterface.php, line 178

Class

GroupContentEnablerManagerInterface
Provides a common interface for group content enabler managers.

Namespace

Drupal\group\Plugin

Code

public function getGroupContentTypeIds($plugin_id);