Skip to content

Commit 78aeece

Browse files
brotkruemlgithub-actions[bot]
authored andcommitted
[TASK] Avoid TSFE in Context chapter
TSFE has been deprecated with TYPO3 v13 and will be removed with TYPO3 v14. Therefore, this mentioning has to be dropped. Related: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/9.4/Deprecation-85543-Language-relatedPropertiesInTypoScriptFrontendControllerAndPageRepository.html#migration Related: TYPO3-Documentation/Changelog-To-Doc#1074 Releases: main, 13.4
1 parent 0bd0473 commit 78aeece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/ApiOverview/Context/Index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Overlay types
168168

169169
:php:`LanguageAspect::OVERLAYS_OFF`
170170
Just fetch records from the selected language as given by
171-
:php:`$GLOBALS['TSFE']->sys_language_content`. No overlay will happen, no
171+
:php:`LanguageAspect->getContentId()`. No overlay will happen, no
172172
fetching of the records from the default language. This boils down to
173173
"free mode" language handling. Records without a default language parent are
174174
included.

0 commit comments

Comments
 (0)