Closed
Description
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
BC Break report? | no |
RFC? | yes |
Symfony version | 3.3 |
Currently the FrameworkBundle autoconfigures certain interfaces to automatically add tags to them.
I'd like to propose instances of Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface
get the controller.argument_value_resolver
tag automatically added to them.
This would avoid having to tag each resolver or add an _instanceof
configuration such as
_instanceof:
Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface:
tags: [controller.argument_value_resolver]