class RenderBlockNode extends FunctionExpression

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(Compiler $compiler)

No description

Details

compile(Compiler $compiler)

Parameters

Compiler $compiler