FeedBundle icon indicating copy to clipboard operation
FeedBundle copied to clipboard

Use a registry instead of plain PHP array for formatter registration

Open DanielSiepmann opened this issue 2 years ago • 0 comments

This allows to inject the formatters in other classes. This also eases to replace the feed manager but still receive the formatters, as they are no longer hard injected into a specific PHP class / service but provided via a registry.

Q A
Branch? "master"
Bug fix? no
New feature? yes
BC breaks? Gues so, signature of the FeedManager constructor has changed. Not sure if that was considered public API.
Deprecations? no
Tests pass? yes/no
Fixed tickets
License MIT
Doc PR

DanielSiepmann avatar Jun 21 '22 05:06 DanielSiepmann