I have a Symfony form, some fields are from entity, some not (unmapped).
I need to get full form data with those unmapped fields. I know there is a way to get those one-by-one (eg $form['unmapped']) but is there more intelligent way?
- viewData is not it - does not contain unmapped fields
- extraData - comment in code: "The submitted values that don't belong to any children."