This project is not covered by Drupal’s security advisory policy.

Summary

This is an entity cloning module for Drupal 7.

It uses RESTful endpoints to allow cloning of content between different instances of a site. Or even any two sites, as long as the entities being cloned share the same structure. Of course content can also be cloned on the same site with the same mechanism.

As the name suggests this clones recursively. It was designed to handle referenced entities like Fieldable Panels Panes but later shifted focus to Paragraphs Items.

Currently supports:

  • Nodes (entity reference)
  • Paragraphs Items
  • Taxonomy Terms

Language

It has language handling so that if you're cloning content from one site to another with multiple languages it will try to reuse content in the appropriate language, drop incompatible translations. If there is no common language it will use the default language content from the source as placeholder content in the default language of the target. This can be useful if you're trying to clone the structure of a page built of Paragraphs Items, for example.

Drupal 8

I don't know if this will be ported to Drupal 8 as there is a lot of similar work already done on modules for content workflow.

Requirements

RESTful 7.x.1.x (Does not work with RESTful 7.x.2.x)

Supporting organizations: 
Initial Development
Continued Development

Project information

Releases