ThumbnailViewHelper extends AbstractTagBasedViewHelper

ViewHelper

This class is the implementation of a Fluid ViewHelper.

View this class in the TYPO3 ViewHelper reference: <backend:thumbnail>

FinalYes

ViewHelper for the backend which generates an `<img>` tag with the special URI to render thumbnails deferred.

   <be:thumbnail image="{file.resource}" width="{thumbnail.width}" height="{thumbnail.height}" />
Tags
see
https://docs.typo3.org/permalink/t3viewhelper:typo3-backend-thumbnail

Table of Contents

Properties

$imageService  : ImageService
$tagName  : string

Methods

__construct()  : mixed
initializeArguments()  : void
render()  : string

Properties

Methods

initializeArguments()

public initializeArguments() : void

render()

public render() : string
Tags
throws
Exception
Return values
string

        
On this page

Search results