public function GroupTypeManagerInterface::resetGroupMap in Organic groups 8
Resets the cached group map.
Call this after adding or removing a group type.
1 method overrides GroupTypeManagerInterface::resetGroupMap()
- GroupTypeManager::resetGroupMap in src/
GroupTypeManager.php - Resets the cached group map.
File
- src/
GroupTypeManagerInterface.php, line 147
Class
- GroupTypeManagerInterface
- Interface for services intended to help managing groups.
Namespace
Drupal\ogCode
public function resetGroupMap();