Fixed
Project:
Cache tags simplify
Version:
1.1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2026 at 12:52 UTC
Updated:
21 Jul 2026 at 18:17 UTC
Jump to comment: Most recent
Invoking the module handler early, e.g. in the constructor of a service, can have bad side effects: #3207813: ModuleHandler skips all hook implementations when invoked before the module files have been loaded. Also, it's generally recommended to keep constructors as simple as possible when using dependency injection.
Inject the module handler into a property and load the dictionary on demand.
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 #2
dieterholvoet commentedComment #4
dieterholvoet commentedComment #5
prudloff commentedThe MR has conflicts.
Comment #6
dieterholvoet commentedComment #7
prudloff commentedThanks!