Problem/Motivation
Coming from #3126746-5: LayoutBuilderHtmlEntityFormController breaks decoration
FooFormController classes are being decorated in core and contrib, but lack an interface. Kittens dying.
Proposed resolution
* Add a FormControllerInterface
* Decide where to use it without breaking BC
Remaining tasks
Code, review, commit
User interface changes
None
API changes
New interface API addition.
Data model changes
None.
Release notes snippet
FormBuilder and it extension classes now have a FormBuilderInterface that can be used for typehinting.
Comments