Symfony form pills – form type options
Today we are going to tackle a problem that I’ve recently faced with Symfony form types. Scenario: I need a choice type of a certain entity (Foo) with values that follows a certain logic [crayon-607841ef73bfc053399386/] I’ve built up a FooChoiceType because…