Problem/Motivation

Currently the module overrides the EntityTypeManager service class to inject its functionality. To have it more fail-safe (e.g. if another module also tries to override the entity type manager), use the decorator pattern to extend the service instead.

Proposed resolution

Remaining tasks

  • Provide a patch

User interface changes

API changes

Data model changes

Comments

hctom created an issue. See original summary.

  • stBorchert committed 4835cd9 on 8.x-1.x
    #2882753: decorate EntityTypeManager instead of replacing it
    
    Signed-off...
stborchert’s picture

Status: Active » Fixed

Finally found the way to decorate instead of override. Thanks @hctom.

  • stBorchert committed c31e0ac on 8.x-1.x
    Issue #2882753 by hctom, stBorchert: Do not replace EntityTypeManager...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.