FluidTYPO3\Vhs\ViewHelpers\Uri\TypolinkViewHelper::renderStatic PHP Method

renderStatic() public static method

public static renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : mixed
$arguments array
$renderChildrenClosure Closure
$renderingContext TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface
return mixed
    public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
    {
        GeneralUtility::deprecationLog('Deprecated TypoLinkViewHelper from VHS was used. Please use ' . 'TYPO3\\CMS\\Fluid\\ViewHelpers\\Uri\\TypolinkViewHelper instead.');
        return FluidTypolinkViewHelper::renderStatic($arguments['configuration'], $renderChildrenClosure, $renderingContext);
    }