Breaking: #88724 - Remove superfluous methods of localizationRedirect
See forge#88724
Description
The method localization
in PageLayoutView, DatabaseRecordList and EditDocumentController were almost equal.
The usage has been streamlined and the methods in PageLayoutView and DatabaseRecordList have been removed.
Impact
Calling the routes web_
or web_
with parameter just
will not redirect to the translated record anymore.
Calling TYPO3\
or TYPO3\
will result in a fatal E_
.
Migration
Use route record_
instead of web_
or web_
. Set as additional parameter return
to the url to the certain module.
Use TYPO3\
instead of
TYPO3\
or \TYPO3\
.