Closed (fixed)
Project:
Entity Clone
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2025 at 08:21 UTC
Updated:
16 Nov 2025 at 06:49 UTC
Jump to comment: Most recent
Since Entity Clone Extras is using node_type storage, the core node module should be a dependency for Entity Clone Extras.
This could lead to wrong install order, if for example you install from a profile which requires entity_clone_extras.
Alternatively one could put a condition around like for media module:
if ($this->moduleHandler->moduleExists('node')) {
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
stefan.kornComment #5
rajeshreeputraMerged!