It was possible in Symfony 2.2 to access form field attributes in template this way:
<?php $form['field_name']->get('field_attribute') ?>
How can i do this in Symfony 2.3? FormView object doesn't have this function any more.
It was possible in Symfony 2.2 to access form field attributes in template this way:
<?php $form['field_name']->get('field_attribute') ?>
How can i do this in Symfony 2.3? FormView object doesn't have this function any more.