ModuleLayoutViewHelper extends AbstractViewHelper uses CompileWithRenderStatic
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <backend:modulelayout>
A ViewHelper for having properly styled backend modules.
since TYPO3 v11.3, will be removed in TYPO3 v12.0.
It is recommended to use it in Fluid Layouts. It will render the required HTML for the doc header. All module specific output and further configuration of the doc header must be rendered as children of this ViewHelper.
Examples
Default::
be:moduleLayout <f:render section="content" /> </be:moduleLayout>
Output::
Table of Contents
Properties
- $escapeOutput : bool
Methods
- initializeArguments() : mixed
- Initialize arguments.
- renderStatic() : mixed
Properties
$escapeOutput
protected
bool
$escapeOutput
= false
Methods
initializeArguments()
Initialize arguments.
public
initializeArguments() : mixed
Tags
renderStatic()
public
static renderStatic(array<string|int, mixed> $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : mixed
Parameters
- $arguments : array<string|int, mixed>
- $renderChildrenClosure : Closure
- $renderingContext : RenderingContextInterface