You are here

public function GroupContentEnablerManagerInterface::getInstalledIds in Group 8

Returns the plugin ID of all content enablers in use.

Parameters

\Drupal\group\Entity\GroupTypeInterface $group_type: (optional) The group type to retrieve plugin IDs for.

Return value

string[] A list of all installed content enabler plugin IDs. If $group_type was provided, this will only return the installed IDs for that group type.

1 method overrides GroupContentEnablerManagerInterface::getInstalledIds()
GroupContentEnablerManager::getInstalledIds in src/Plugin/GroupContentEnablerManager.php
Returns the plugin ID of all content enablers in use.

File

src/Plugin/GroupContentEnablerManagerInterface.php, line 147

Class

GroupContentEnablerManagerInterface
Provides a common interface for group content enabler managers.

Namespace

Drupal\group\Plugin

Code

public function getInstalledIds(GroupTypeInterface $group_type = NULL);