RecordViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:render.record>
FinalYes
ViewHelper to render a record object using its TypoScript definition.
The most common use case is to render a content element, which is available as a record object in a Fluid template.
<f:render.record record="{record}" />
or:
{record -> f:render.record()}
Tags
Table of Contents
Properties
- $escapeOutput : bool
Methods
- __construct() : mixed
- getContentArgumentName() : string
- initializeArguments() : void
- render() : string
Properties
$escapeOutput
protected
bool
$escapeOutput
= false
use content as-is
Methods
__construct()
public
__construct(EventDispatcherInterface $eventDispatcher, ConfigurationManagerInterface $configurationManager) : mixed
Parameters
- $eventDispatcher : EventDispatcherInterface
- $configurationManager : ConfigurationManagerInterface
getContentArgumentName()
public
getContentArgumentName() : string
Return values
stringinitializeArguments()
public
initializeArguments() : void
render()
public
render() : string