Bulk Clone Action on Content Listing

Entity Bulk Clone
--------------------------------------

Entity Bulk Clone provides the clone features for nodes in a bulk.

Use Case: This module provides an entity bulk operation for node entity using views bulk operation.

The module extends the replicate module to solve the problem of paragraphs not being cloned with the entities.

How is this different from the already available module (entity_clone):
1. Gives a Bulk operation so that we can perform an action on many nodes.
2. Takes care of paragraphs not cloning with entities(an issue in entity_clone).

This will clone all fields including paragraph fields (https://www.drupal.org/project/paragraphs) of an entity `node`.

## Requirements

These two modules are dependencies modules for the entity bulk clone module :
-- Replicate (https://www.drupal.org/project/replicate)
-- Entity (https://www.drupal.org/project/entity)
-- Drupal System (>=8.6)

## Installation

Use [Composer] (https://getcomposer.org/) to get an entity bulk to clone with all dependencies.

composer require drupal/entity_bulk_clone

Supporting organizations: 

Project information

Releases