Closed (fixed)
Project:
Diff
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2022 at 07:55 UTC
Updated:
25 Apr 2024 at 05:09 UTC
Jump to comment: Most recent
Various classes typehint the injected date.formatter service with the default implementation rather than the interface.This leads to problem like when modules try to decorate or override the service.
Decorate or replace date.formatter with a different class.
Typehint constructor with interface, not concrete implementation.
Nil
Nil
Nil
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
dpiComment #4
acbramley commentedNice one
Comment #5
acbramley commentedAny chance of getting this committed?
Comment #7
acbramley commented