‪TYPO3CMS  9.5
TYPO3\CMS\Backend\ViewHelpers\ModuleLayoutViewHelper Class Reference
Inheritance diagram for TYPO3\CMS\Backend\ViewHelpers\ModuleLayoutViewHelper:

Static Public Member Functions

static renderStatic (array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
 

Protected Attributes

bool $escapeOutput = false
 

Detailed Description

A ViewHelper for having properly styled backend modules. 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::

Definition at line 45 of file ModuleLayoutViewHelper.php.

Member Function Documentation

◆ renderStatic()

static TYPO3\CMS\Backend\ViewHelpers\ModuleLayoutViewHelper::renderStatic ( array  $arguments,
\Closure  $renderChildrenClosure,
RenderingContextInterface  $renderingContext 
)
static

Definition at line 52 of file ModuleLayoutViewHelper.php.

Member Data Documentation

◆ $escapeOutput

bool TYPO3\CMS\Backend\ViewHelpers\ModuleLayoutViewHelper::$escapeOutput = false
protected

Definition at line 50 of file ModuleLayoutViewHelper.php.