Skip to content

v2.2.1: Adds BaseFormInterface

Choose a tag to compare

@thorewi thorewi released this 03 Oct 11:52
· 10 commits to master since this release
Introduces BaseFormInterface to define contract for form base classes.

This interface standardizes form initialization and entity mapping
processes, ensuring consistency and facilitating extension.