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

getGrid() protected method

protected getGrid ( string $gridName = 'grid' ) : FluidTYPO3\Flux\Form\Container\Grid
$gridName string
return FluidTYPO3\Flux\Form\Container\Grid
    protected function getGrid($gridName = 'grid')
    {
        return static::getGridFromRenderingContext($this->renderingContext, $gridName);
    }