protected property GroupTypeManager::$groupRelationMap in Organic groups 8
A map of group and group content relations.
Do not access this property directly, use $this->getGroupRelationMap() instead.
An associative array representing group and group content relations.
This mapping is in the following format:
[
'group_entity_type_id' => [
'group_bundle_id' => [
'group_content_entity_type_id' => [
'group_content_bundle_id',
],
],
],
];
Type: array
File
- src/
GroupTypeManager.php, line 106
Class
- GroupTypeManager
- A manager to keep track of which entity type/bundles are OG group enabled.
Namespace
Drupal\ogCode
protected $groupRelationMap = [];