Neos\FluidAdaptor\ViewHelpers\RenderChildrenViewHelper::getWidgetChildNodes PHP Method

getWidgetChildNodes() protected method

protected getWidgetChildNodes ( ) : TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode
return TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode
    protected function getWidgetChildNodes()
    {
        return $this->getWidgetContext()->getViewHelperChildNodes();
    }