Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
group_clone
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
group_clone
Merge requests
!1
Update README.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Update README.md
issue/group_clone-3339143:3339143-update-readme.md-file
into
1.0.x
Overview
0
Commits
3
Pipelines
0
Changes
1
Open
Samata soni
requested to merge
issue/group_clone-3339143:3339143-update-readme.md-file
into
1.0.x
2 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
Closes
#3339143
0
0
Merge request reports
Compare
1.0.x
version 2
e36f00b5
2 years ago
version 1
989664b4
2 years ago
1.0.x (HEAD)
and
latest version
latest version
9ebbb74c
3 commits,
2 years ago
version 2
e36f00b5
2 commits,
2 years ago
version 1
989664b4
1 commit,
2 years ago
1 file
+
42
−
6
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
42
−
6
Options
#
## Introducti
on
#
Group cl
on
e
Th
is
module allows cloning groups and their content along with any referenced
Th
e Group clone
module allows cloning groups and their content along with any referenced
entities.
entities.
For a full description of the module, visit the
[
project page
](
https://www.drupal.org/project/group_clone
)
.
### Configuration
Submit bug reports and feature suggestions, or track changes in the
[
issue queue
](
https://www.drupal.org/project/issues/search/group_clone
)
.
Configuration can be found in Groups -> Settings -> Cloning settings.
## Table of contents
-
Requirements
-
Installation
-
Configuration
-
Reverting
-
Extending
-
Maintainers
## Requirements
This module requires the following modules:
-
[
Group
](
https://www.drupal.org/project/group
)
## Installation
-
Install as you would normally install a contributed Drupal module. For further
information, see
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
.
## Configuration
-
Configuration can be found in Groups -> Settings -> Cloning settings.
An administrator (administer group permission) can define which group types
An administrator (administer group permission) can define which group types
can be cloned and what should the default cloning behavior for different
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,
group content types be. After group cloning is enabled for a group type,
all groups of that type will have a "Clone" tab.
all groups of that type will have a "Clone" tab.
##
#
Reverting
## Reverting
After a group is cloned, the cloning can be reverted from the "Clone" tab.
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
This deletes all the entities that have been cloned and doesn't affect the
source group in any way.
source group in any way.
##
#
Extending
## Extending
To implement a specific cloning method for any group content type plugin,
To implement a specific cloning method for any group content type plugin,
create a new GroupContentCloner plugin in any module. See
create a new GroupContentCloner plugin in any module. See
`Drupal\group_clone\Annotation\GroupContentCloner`
and
`Drupal\group_clone\Annotation\GroupContentCloner`
and
`Drupal\group_clone\Plugin\GroupContentCloner\GroupContentClonerInterface`
.
`Drupal\group_clone\Plugin\GroupContentCloner\GroupContentClonerInterface`
.
## Maintainers
Current maintainers:
-
Marcin Grabias -
[
Graber
](
https://www.drupal.org/u/graber
)
Loading