Flow\Node\BlockDisplayNode::compile PHP Method

compile() public method

public compile ( $compiler, $indent )
    public function compile($compiler, $indent = 0)
    {
        $compiler->addTraceInfo($this, $indent);
        $compiler->raw('$this->displayBlock(\'' . $this->name . '\', $context, $blocks, $macros, $imports);' . "\n", $indent);
    }
BlockDisplayNode