class FormHelper extends Helper
FormHelper provides helpers to help display forms.
Methods
setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(FormRendererInterface $renderer)
string getName() Returns the canonical name of this helper.
setTheme(FormView $view, string|array $themes) Sets a theme for a given view.
string form(FormView $view, array $variables = array()) Renders the HT