How to get the image object by uid in TYPO3?

1.7k Views Asked by At

In the Viewhelper Reference you write:

    <f:image image="{imageObject}" />

What I need is the {imageObject} as an output by an sys_file_reference uid input.

Is there any viewhelper (fluid or vhs)to get the {imageObject} by an sys_file_reference uid?

... I am afraid I have to write the viewhelper by my self. :-(

0

There are 0 best solutions below