| Classes | |
|---|---|
| FormBuildEvent | A generic event used to build forms. |
| FormState | A wrapper around an array used to store the state of a form. |
| FormSubmitEvent | A generic event used to process a submitted form. This includes validating whether the data submitted in a form is valid as well as processing submitted data. |
| Interfaces | |
| FormEventInterface | An interface for form building and processing. |