Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DI] Revert auto configuring form types as service#22503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
sstok commentedApr 23, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Wait. Isn't this only done when the Type is already a service? It's about automatically tagging (explicitly registered/auto wired) services. Not about finding all autoloadable classes that implement a specific interface. |
HeahDude commentedApr 23, 2017
@sstok You're right, thanks! Sorry for the noise. |
I've just reviewed#22234. I don't think we should enforce Form types as services, this is not a requirement unless then need injection, so we should let Devs configure them when needed as it is done currently.