IconForResource ViewHelper <core:iconForResource>

Displays icon for a FAL resource (file or folder means a TYPO3\CMS\Core\Resource\ResourceInterface).

Examples

Default:

<core:iconForResource resource="{file.resource}" />
Copied!

Output:

<span class="t3js-icon icon icon-size-small icon-state-default icon-mimetypes-text-html" data-identifier="mimetypes-text-html">
    <span class="icon-markup">
        <img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/mimetypes/mimetypes-text-html.svg" width="16" height="16">
    </span>
</span>
Copied!

Source code

Go to the source code of this ViewHelper: IconForResourceViewHelper.php (GitHub).

Arguments

The following arguments are available for the iconForResource ViewHelper:

resource
Type
TYPO3\CMS\Core\Resource\ResourceInterface
Required
1
Resource
size
Type
string
Default
'small'
The icon size
overlay
Type
string
Overlay identifier
options
Type
array
Default
array ( )
An associative array with additional options
alternativeMarkupIdentifier
Type
string
Alternative markup identifier