FluidTYPO3\Vhs\ViewHelpers\Extension\Path\AbsoluteViewHelper::render PHP Method

render() public method

Render method
public render ( ) : string
return string
    public function render()
    {
        $extensionKey = $this->getExtensionKey();
        return ExtensionManagementUtility::extPath($extensionKey, isset($this->arguments['path']) ? $this->arguments['path'] : null);
    }