Quick Node Clone
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
Quick Node Clone is meant as a way in Drupal 8 to clone nodes. It currently supports cloning of most field types including Inline Entity Form and Field Collection.
The module adds a "Clone" tab to a node. When clicked, a new node is created and fields from the previous node are populated into the new fields.
ALTERNATIVE MODULES
This is potentially duplicate work of Node Clone, but as of release they don't have a stable D8 version and this code was created for a project from scratch in a reusable manner. This is focused on supporting more variety in field types than core's default cloning.
Looking for more than just nodes? Check out Entity Clone, which as of 9/22/17 has an alpha release which may be suitable.
REQUIREMENTS
This module requires the following modules:
* Node
INSTALLATION
* Install as you would normally install a contributed Drupal module.
* Visit a node view page to clone it with the Clone tab.
MAINTAINERS
Current maintainers:
* David Lohmeyer (Vilepickle) - https://www.drupal.org/user/783006
