public function GroupTypeManagerInterface::resetGroupRelationMap in Organic groups 8
Resets the cached group relation map.
Call this after making a change to the relationship between a group type and a group content type.
1 method overrides GroupTypeManagerInterface::resetGroupRelationMap()
- GroupTypeManager::resetGroupRelationMap in src/
GroupTypeManager.php - Resets the cached group relation map.
File
- src/
GroupTypeManagerInterface.php, line 155
Class
- GroupTypeManagerInterface
- Interface for services intended to help managing groups.
Namespace
Drupal\ogCode
public function resetGroupRelationMap();