IconForRecordViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <core:iconforrecord>
FinalYes
ViewHelper to display an icon for a record.
<core:iconForRecord table="tt_content" row="{record}" />
Tags
Table of Contents
Properties
- $escapeOutput : bool
- ViewHelper returns HTML, thus we need to disable output escaping
Methods
- __construct() : mixed
- initializeArguments() : void
- render() : string
Properties
$escapeOutput
ViewHelper returns HTML, thus we need to disable output escaping
protected
bool
$escapeOutput
= false
Methods
__construct()
public
__construct(IconFactory $iconFactory) : mixed
Parameters
- $iconFactory : IconFactory
initializeArguments()
public
initializeArguments() : void
render()
public
render() : string