This project is not covered by Drupal’s security advisory policy.
The purpose of this module is to allow a node or group of nodes to be cloned from the admin screens.
A 'Clone node' action is added to the admin/content page (see screenshot).
This module works on all types of nodes, including those that contain paragraphs, and it creates a true 'deep copy'.
The new node is an exact clone of the original i.e. it will have exactly the same title, all fields will be identical and even the publishing
state will be the same (if content_moderation is installed, the moderation state will be the same).
The only way to distinguish the cloned node from the original is that the node id (nid) will be different.
I discovered that I needed this module when I was doing a lot of migration work. Sometimes there were node id (nid) clashes between the source and destination Drupal sites. I needed a way of changing the nid on a node or nodes and deleting the original so that the migration would complete successfully.
You may think that we don't need another module to clone nodes and that was my first thought too. I was surprised to find that none of the other modules were an exact match for my requirements, which are:
- Cloned node must be identical in every way to the original
- Even the published/moderation state must be replicated in the clone
- It must be possible to select any number of nodes on the admin/content page and then clone them by clicking 'Apply to selected items'
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Content editing experience
5 sites report using this module
- Created by duttonma on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

