$ 0 0 I need to create a dropdown in a Symfony form that contains entities from 2 different tables, for example:Where EntityA and EntityB are two different classes and MySQL tables, with a different structure.Is it possible to achieve this?