Closed (fixed)
Project:
Entity Share
Version:
4.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2025 at 15:21 UTC
Updated:
15 Aug 2025 at 10:29 UTC
Jump to comment: Most recent
Import config needs to implement calculateDependencies() so that it depends on modules that provide any plugins it's using.
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
joachim commentedSimplest and cleanest way to do this is to have the config entity implement EntityWithPluginCollectionInterface, and then ConfigEntityBase does the dependencies for us automatically.
Comment #4
grimreaperHi,
I never used EntityWithPluginCollectionInterface before, so if it works for you, ok.
Comment #7
joachim commentedCommitted to both branches.