PHP Class FluidTYPO3\Vhs\ViewHelpers\Page\StaticPrefixViewHelper

Use this ViewHelper to read the contents of the plugin.tx_vhs.settings.prependPath TypoScript location - this setting stores the static prefix which gets added to all relative resource URIs generated by VHS; whenever you require a ViewHelper which does not respect this setting you can use this ViewHelper to prepend that setting after the value is returned from the other ViewHelper.
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper, use trait FluidTYPO3\Vhs\Traits\DefaultRenderMethodViewHelperTrait
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

Method Description
renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : mixed

Method Details

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