get() public method

Gets a helper value.
public get ( string $name ) : Symfony\Component\Templating\Helper\HelperInterface
$name string The helper name
return Symfony\Component\Templating\Helper\HelperInterface The helper instance
 protected function setTheme(FormView $view, array $themes)
 {
     $this->engine->get('form')->setTheme($view, $themes);
 }