README.txt |
README.txt |
|
Replicate module provides an API to duplicate / clone an entity.
Use:
----
Use replicate_clone_entity() function to clone an entity without saving it.
Use replicate_entity() function to clone an entity and save it at the end of
the process.
See… |
replicate.api.php |
replicate.api.php |
|
API documentation for the Replicate module. |
replicate.drush.inc |
replicate.drush.inc |
|
Replicate entities via drush framework. |
replicate.info |
replicate.info |
|
core = "7.x"
description = "Replicate provide an API to replicate (duplicate) entities. This modules also provide hooks to control exactly how parts of an entity are duplicated."
name = "Replicate"
package =… |
replicate.module |
replicate.module |
|
Main methods of Replicate module. |