public function GroupTypeManagerInterface::removeGroup in Organic groups 8
Removes an entity type instance as being an OG group.
1 method overrides GroupTypeManagerInterface::removeGroup()
- GroupTypeManager::removeGroup in src/
GroupTypeManager.php - Removes an entity type instance as being an OG group.
File
- src/
GroupTypeManagerInterface.php, line 135
Class
- GroupTypeManagerInterface
- Interface for services intended to help managing groups.
Namespace
Drupal\ogCode
public function removeGroup($entity_type_id, $bundle_id);