Is it possible to bind a form to an xml string instead of a request ?
More generally, is it possible to restore an entity that has been serialized in a database (says, as a XML string using form_serializer).
Something like
$form->submit($entitySerializedAsXml);
Thanks in advance