You are here

public function GroupTypeManagerInterface::getAllGroupContentBundleIds in Organic groups 8

Returns a list of all group content bundles IDs keyed by entity type.

This will return a simple list of group content bundles IDs. If you need information about the relations between groups and group content bundles then use getGroupRelationMap() instead.

Return value

string[][] An associative array of group content bundle IDs, keyed by entity type ID.

See also

\Drupal\og\GroupTypeManagerInterface::getGroupRelationMap()

1 method overrides GroupTypeManagerInterface::getAllGroupContentBundleIds()
GroupTypeManager::getAllGroupContentBundleIds in src/GroupTypeManager.php
Returns a list of all group content bundles IDs keyed by entity type.

File

src/GroupTypeManagerInterface.php, line 65

Class

GroupTypeManagerInterface
Interface for services intended to help managing groups.

Namespace

Drupal\og

Code

public function getAllGroupContentBundleIds();