class RenderBlockNode extends Twig_Node_Expression_Function
Compiles a call to {@link \Symfony\Component\Form\FormRendererInterface::renderBlock()}. The function name is used as block name. For example, if the function name is "foo", the block "foo" will be rendered.
Methods
compile(Twig_Compiler $compiler)
Details
compile(Twig_Compiler $compiler)
Parameters Twig_Compiler $compiler