a2lix / TranslationFormBundle

Ease translations with some dedicated Symfony form types
https://a2lix.fr/bundles/translation-form
MIT License
330 stars 138 forks source link

Add support for DTO objects disconnected from Doctrine entities #377

Open flbsingulart opened 2 years ago

flbsingulart commented 2 years ago

I am targeting this branch, because this is a feature without a BC-break.

Changelog

### Added
Add support for DTO objects disconnected from Doctrine entities

To do

Subject

It is common to want to use forms on objects that are disconnected from the doctrine entities. In this case, it is not necessary to use a doctrine collection, a simple array can be enough.