public function OgResolvedGroupCollectionInterface::removeGroup in Organic groups 8
Removes the given group from the collection.
Parameters
\Drupal\Core\Entity\ContentEntityInterface $group: The group to remove.
1 method overrides OgResolvedGroupCollectionInterface::removeGroup()
- OgResolvedGroupCollection::removeGroup in src/
OgResolvedGroupCollection.php - Removes the given group from the collection.
File
- src/
OgResolvedGroupCollectionInterface.php, line 83
Class
- OgResolvedGroupCollectionInterface
- Interface for classes providing a collection of resolved groups.
Namespace
Drupal\ogCode
public function removeGroup(ContentEntityInterface $group);