FluidTYPO3\Flux\ViewHelpers\AbstractFormViewHelper::setContainer PHP Method

setContainer() protected method

protected setContainer ( FluidTYPO3\Flux\Form\FormInterface $container ) : void
$container FluidTYPO3\Flux\Form\FormInterface
return void
    protected function setContainer(FormInterface $container)
    {
        static::setContainerInRenderingContext($this->renderingContext, $container);
    }