- Issue created by @berdir
- π¨πSwitzerland berdir Switzerland
Created a quick proof of concept.
All form callbacks go through FormState::getCallback(), which is nice in that it gives us a single place to adjust, but FormState isn't something we can inject, so we have to use Drupal::service() which I absolutely expect will break some unit tests.
Might want to deprecate this and add something else.
- πΊπΈUnited States nicxvan
Yep a lot of container not initialized yet failures.
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
kim.pepper β made their first commit to this issueβs fork.
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
Added π Move file form hooks to FileFormHooks class Active for the hooks cleanup mentioned above.
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
Fixed the failing test by handling the exception. Not sure if this is the right place to handle it.