Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper::enctype PHP Method

enctype() public method

Example usage templates:
enctype() ?>>
public enctype ( Symfony\Component\Form\FormView $view ) : string
$view Symfony\Component\Form\FormView The view for which to render the encoding type
return string The html markup
    public function enctype(FormView $view)
    {
        return $this->renderSection($view, 'enctype');
    }