interface FormRendererInterface
Renders a form into HTML.
Methods
FormRendererEngineInterface getEngine() Returns the engine used by this renderer.
setTheme(FormView $view, mixed $themes) Sets the theme(s) to be used for rendering a view and its children.
string renderBlock(FormView $view, string $blockName, array $variables = array()) Renders a named block of the form theme.
string searchAndRenderBlock(FormView $view, string $blockNameSuffix, array $variables = array()) S