Skip to content

Commit

Permalink
[TASK] #90522 - Remove TSFE->lastImageInfo in IMAGE cObj chapter (#1377)
Browse files Browse the repository at this point in the history
TSFE->lastImageInfo has been deprecated with TYPO3 v10.3 without a substitution, and mostly removed with TYPO3 v11.

Releases: main, 13.4, 12.4
(cherry picked from commit c327c9f)
  • Loading branch information
brotkrueml authored and linawolf committed Oct 31, 2024
1 parent 7dce5f7 commit 95475d1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Documentation/ContentObjects/Image/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,6 @@ IMAGE
Objects of type IMAGE return an image tag with the image file defined in the property
"file" and is processed using the properties that are set on the object.

The array :php:`$GLOBALS['TSFE']->lastImageInfo` is set with the info-array
of the returning image (if any) and contains width, height and other properties:

============================= =============================================
Name of the getText property Content
============================= =============================================
0 width
1 height
2 file extension
3 resource
origFile relative URL pointing to the original file
_mtime modification time of the original file
originalFile The FAL object referencing the original file
processedFile The FAL object referencing the processed file
============================= =============================================

**Note:** Gifbuilder also has an :ref:`IMAGE object <gifbuilder-image>` -
it is not the same as the cObject described here; both are completely
different objects.
Expand Down

0 comments on commit 95475d1

Please sign in to comment.