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
Project information
Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Administration tools, Content editing experience, Developer tools
- Ecosystem: D8 Action Plugins
238 sites report using this module
- Created by jayprakash01 on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.


