This module allows you to clone groups and their associated content, including any referenced entities. You can configure which group types are cloneable and set default cloning behaviors for different content types. It also provides an option to revert a clone, deleting all cloned entities without affecting the original group.
Introduction
This module allows cloning groups and their content along with any referenced
entities.
As in the case of other group modules the 3.x releases work with Group 3.x.
Previous releases are not supported anymore.
Configuration
Configuration can be found in Groups -> Settings -> Cloning settings.
An administrator (administer group permission) can define which group types
can be cloned and what should the default cloning behavior for different
group content types be. After group cloning is enabled for a group type,
all groups of that type will have a "Clone" tab.
Reverting
After a group is cloned, the cloning can be reverted from the "Clone" tab.
This deletes all the entities that have been cloned and doesn't affect the
source group in any way.
Extending
To implement a specific cloning method for any group content type plugin,
create a new GroupContentCloner plugin in any module. See
Drupal\group_clone\Annotation\GroupContentCloner and
Drupal\group_clone\Plugin\GroupContentCloner\GroupContentClonerInterface.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
More in the Group ecosystem
Most installed first
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 3.0.0-alpha6 | Pre-release | 10–11 | Aug 17, 2026 | ||
| 3.0.0-alpha5 | Pre-release | 10–11 | Aug 14, 2026 | ||
| 3.0.0-alpha4 | Pre-release | 10–11 | Aug 14, 2026 | ||
| 3.0.0-alpha3 | Pre-release | 10–11 | Jul 24, 2026 | ||
| 3.0.0-alpha2 | Pre-release | 10–11 | Jul 24, 2026 | ||
| 3.0.0-alpha1 | Pre-release | 10–11 | Jul 24, 2026 |