symfony-forms

Topics related to symfony-forms:

Forms

You can "customize" Event of the process of Form component with a Form Event compatible with Event Dispatcher Component.

Symfony Docs :

The Form component provides a structured process to let you customize your forms, by making use of the EventDispatcher component. Using form events, you may modify information or fields at different steps of the workflow: from the population of the form to the submission of the data from the request.

Example of Symfony Form Events

Hang on For the More Symfony Form Events in the above example.

Getting started with symfony-forms

This section provides an overview of what symfony-forms is, and why a developer might want to use it.

It should also mention any large subjects within symfony-forms, and link out to the related topics. Since the Documentation for symfony-forms is new, you may need to create initial versions of those related topics.