Closed
Description
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
BC Break report? | no |
RFC? | yes |
Symfony version | 4.1 |
It would be nice allow inject tagged services as ServiceLocator
instead of iterable
. For example we have set of report generators, all of them implements ReportGenerator
interface. We have tagged them with tag app.report_generator
using autoconfigure, but we require compiler pass for creating ServiceLocator
with them.