Entries with the tag “symfony”

These blog entries contain the “symfony” tag because they’re about the Symfony PHP framework. If you’re looking for more PHP content, I’d suggest jumping over to the PHP or the Laravel tags.

Getting variable values from nested twig / symfony custom template

Mar 12, 2015 php symfony

Today, I was working with a custom form themed symfony / twig project. The previous developer had developed a bootstrap based theme (yes, this is an older Symfony project at this moment - I think this is a bundled theme now). I was struggling with the block field_row item. Inside of this, there was a call to form_label passing in just the form view again. I was setting a custom label on the form_row() call in the main template, but nothing was happening.