Recently I used setTheme function in symfony 2.0 from Symfony / Bridge / Twig / Extension / FormExtension.php, eg:
$this->get('twig')->getExtension('form')->setTheme($view, $theme);
There is no such function in sf2.1. what’s the alternative way to set form theme in controller. Thanks in advance for your answer.
I checked in latest source of Symfony 2.1 and seems that it is possible by: