class RenderBlockNode extendsFunctionExpression

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

void
compile(Compiler$compiler)

No description

Details

void compile(Compiler$compiler)

Parameters

Compiler $compiler

Return Value

void