RenderViewHelper extends AbstractViewHelper

ViewHelper

This class is the implementation of a Fluid ViewHelper.

View this class in the TYPO3 ViewHelper reference: <f:debug.render>

Debuggable version of :ref:`f:render <typo3-fluid-render>` - performs the same rendering operation but wraps the output with HTML that can be inspected with the admin panel in frontend.

Replaces f:render when the admin panel decides (see :php:ViewHelperResolver class). Also possible to use explicitly by using f:debug.render instead of the normal f:render statement.

Table of Contents

Properties

$escapeOutput  : bool

Methods

initializeArguments()  : mixed
Initializes additional arguments available for this ViewHelper.
render()  : string
Renders the content.

Properties

$escapeOutput

protected bool $escapeOutput = false

Methods

initializeArguments()

Initializes additional arguments available for this ViewHelper.

public initializeArguments() : mixed

render()

Renders the content.

public render() : string
Return values
string

        
On this page

Search results