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-600304bc83b9f267323648/] and its FormType [crayon-600304bc83ba4793621843/] Let’s assume that bar and foobar are taken from HTTP POST values (so, basically, we need those values to be posted…