Jarves\Twig\TrayExtension::tray PHP Method

tray() public method

public tray ( $nodeId, $boxId = 1 )
    public function tray($nodeId, $boxId = 1)
    {
        return $this->container->get('jarves.content.render')->renderSlot($nodeId, $boxId, ['_disable_editor' => true]);
    }