IconForResourceViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <core:iconforresource>
FinalYes
ViewHelper to displays an icon for a FAL resource (file or folder means a `TYPO3\CMS\Core\Resource\ResourceInterface`).
<core:iconForResource resource="{file.resource}" />
Tags
Table of Contents
Properties
- $escapeOutput : bool
- ViewHelper returns HTML, thus we need to disable output escaping
Methods
- initializeArguments() : void
- render() : string
Properties
$escapeOutput
ViewHelper returns HTML, thus we need to disable output escaping
protected
bool
$escapeOutput
= false
Methods
initializeArguments()
public
initializeArguments() : void
render()
public
render() : string