Symfony form pills – Value object
Suppose that we have a value object or, more in general, an object where its data has been set in the constructor [crayon-60784f0e1abae190710643/] and its FormType [crayon-60784f0e1abb6757659876/] Let’s assume that bar and foobar are taken from HTTP POST values (so, basically, we need those values to be posted…