Problem/Motivation
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')) {
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork entity_clone-3553985
Show commands
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!