Skip to content

Commit 18ae0c0

Browse files
authored
[TASK] Avoid TSFE->page in Data chapter (#1378)
Related: TYPO3-Documentation/Changelog-To-Doc#1074 Releases: main, 13.4
1 parent 8352eb0 commit 18ae0c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/Functions/Data.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,7 @@ field
293293

294294
This gives read access to the current value of an internal global variable determined by the given key.
295295

296-
- As default the :php:`$cObj->data` array is :php:`$GLOBALS['TSFE']->page`
297-
(record of the current page)
296+
- As default the :php:`$cObj->data` array is a record of the current page.
298297

299298
- In :ref:`TMENU <tmenu>` :php:`$cObj->data` is set in a loop to the page-record for
300299
each menu item during its rendering process.

0 commit comments

Comments
 (0)