Skip to content
Snippets Groups Projects
Forked from project / quick_node_clone
14 commits behind, 1 commit ahead of the upstream repository.
bluegeek9's avatar
Issue #3263328 by bluegeek9: The service "quick_node_clone.node_finder" has a...
Steven Ayers authored
Issue #3263328 by bluegeek9: The service "quick_node_clone.node_finder" has a dependency on a non-existent service "path_alias.manager"
6d205589
History

Quick Node Clone

The Quick Node Clone module adds a "Clone" tab to a node. When selected, a new node is created and fields from the previous node are populated into the new fields.

This is potentially duplicate work of Node Clone project page, 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.

Future @TODO: Support more than just nodes! It could be expanded to all Content Entities fairly easily. This will likely be in its own properly named module with a better method for adding a UI to other content entities.

  • For a full description of the module visit: project page

  • To submit bug reports and feature suggestions, or to track changes visit: issue queue

Content of this file

  • Requirements
  • Recommended Modules
  • Installation
  • Configuration
  • Maintainers

Requirements

This module requires no modules outside of Drupal core.

Recommended modules

It currently supports cloning of most field types including Inline Entity Form and Field Collection.

Installation

Install the Quick Node Clone module as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules

Configuration

  1. Navigate to Administration > Extend and enable the Quick Node Clone module.
  2. A Clone tab is now available on nodes.
  3. Select the Clone tab and a new node is created and the fields from the previous node are populated.
  4. Make appropriate edits and Save New Clone.

Maintainers