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