- Issue created by @nicxvan
- πΊπΈUnited States dww
Thanks for opening this. I'm not even really sure *where* to document this. π I guess that's one of the remaining tasks...
- π³πΏNew Zealand quietone
Wouldn't this be in form.api.php? It is for "Callbacks and hooks related to form system.".
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
How does this work for Hooks that use dependency injection and autowiring?
- πΊπΈUnited States nicxvan
@catch had this question:
It would be good to open a follow-up to discuss whether there's a DI-friendly option for form callbacks. Could we use service notation maybe?
- πΊπΈUnited States nicxvan
π Use CallableResolver for form callbacks Active
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
Yes
CallableResolver
supports the service notation.