![]() |
TYPO3
7.6
|
Static Public Member Functions | |
static | renderStatic (array $arguments,\Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) |
![]() | |
static | renderStatic (array $arguments,\Closure $renderChildrenClosure,\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) |
![]() | |
static | renderStatic (array $arguments,\Closure $renderChildrenClosure,\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) |
Additional Inherited Members | |
![]() | |
registerArgument ($name, $type, $description, $required=false, $defaultValue=null) | |
overrideArgument ($name, $type, $description, $required=false, $defaultValue=null) | |
callRenderMethod () | |
getLogger () | |
buildRenderChildrenClosure () | |
hasArgument ($argumentName) | |
![]() | |
$arguments | |
$templateVariableContainer | |
$controllerContext | |
$renderingContext | |
$renderChildrenClosure = null | |
$viewHelperVariableContainer | |
$objectManager | |
$escapingInterceptorEnabled = true | |
View helper which creates a <base href="..."></base> tag. The Base URI is taken from the current request. In TYPO3 Flow, you should always include this ViewHelper to make the links work.
= Examples =
<f:base />
<output> <base href="http://yourdomain.tld/"> (depending on your domain) </output>
Definition at line 35 of file BaseViewHelper.php.
render | ( | ) |
Render the "Base" tag by outputting $request->getBaseUri()
Note: renders as <base></base>, because IE6 will else refuse to display the page...
Definition at line 46 of file BaseViewHelper.php.
References AbstractViewHelper\buildRenderChildrenClosure().
|
static |
Render the "Base" tag by outputting $request->getBaseUri()
Note: renders as <base></base>, because IE6 will else refuse to display the page...
array | $arguments | |
\Closure | $renderChildrenClosure | |
RenderingContextInterface | $renderingContext |
Definition at line 68 of file BaseViewHelper.php.
References AbstractViewHelper\$controllerContext, and RenderingContextInterface\getControllerContext().