public function EntityInterface::createDuplicate in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::createDuplicate()
Creates a duplicate of the entity.
Return value
static A clone of $this with all identifiers unset, so saving it inserts a new entity into the storage system.
2 methods override EntityInterface::createDuplicate()
- Entity::createDuplicate in core/
lib/ Drupal/ Core/ Entity/ Entity.php - Creates a duplicate of the entity.
- ViewUI::createDuplicate in core/
modules/ views_ui/ src/ ViewUI.php - Creates a duplicate of the entity.
File
- core/
lib/ Drupal/ Core/ Entity/ EntityInterface.php, line 392 - Contains \Drupal\Core\Entity\EntityInterface.
Class
- EntityInterface
- Defines a common interface for all entity objects.
Namespace
Drupal\Core\EntityCode
public function createDuplicate();