PHP Class Neos\FluidAdaptor\ViewHelpers\BaseViewHelper

.." /> tag. The Base URI is taken from the current request. = Examples = (depending on your domain)
Deprecation: since 2.1.0 this ViewHelper is no longer required for regular links and forms
Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$escapeOutput boolean

Public Methods

Method Description
render ( ) : string Render the "Base" tag by outputting $httpRequest->getBaseUri()

Method Details

render() public method

Render the "Base" tag by outputting $httpRequest->getBaseUri()
public render ( ) : string
return string "base"-Tag.

Property Details

$escapeOutput protected property

protected bool $escapeOutput
return boolean