DataMapperInterface::mapFormsToData()

mapFormsToData(FormInterface[] $forms, mixed $data)

Maps the data of a list of forms into the properties of some data.

Parameters

FormInterface[] $forms A list of {@link FormInterface} instances
mixed $data Structured data

Exceptions

UnexpectedTypeException if the type of the data parameter is not supported.
doc_Symfony
2016-10-28 06:13:04
Comments
Leave a Comment

Please login to continue.