I have a Symfony form custom type for an entity.
I want to customize the code that is executed when the form is submitted, but only for a field.
For example,
Check this post about DataMapper (it starts from explaining Value Objects, but link will scroll down to Data Mappers header directly). It's very useful but missed in Symfony docs.
Data Mappers