From 95475d1ff494e7fed19beb3e8ef6bff537f6e704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Thu, 31 Oct 2024 18:54:46 +0100 Subject: [PATCH] [TASK] #90522 - Remove TSFE->lastImageInfo in IMAGE cObj chapter (#1377) 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 c327c9f9b5571a3f4238823ce4204ac523cfaaeb) --- Documentation/ContentObjects/Image/Index.rst | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Documentation/ContentObjects/Image/Index.rst b/Documentation/ContentObjects/Image/Index.rst index b0d02371..b299ad15 100644 --- a/Documentation/ContentObjects/Image/Index.rst +++ b/Documentation/ContentObjects/Image/Index.rst @@ -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 ` - it is not the same as the cObject described here; both are completely different objects.