Breaking: #72412 - Removed deprecated code from language processing functions
See forge#72412
Description
The following deprecated code has been removed:
Localization
no support for moved language filesFactory:: get Parsed Data - class
Locallang
has been removed completelyArray Parser
The following deprecated methods have been removed:
Language
Service:: localized File Ref ()
Impact
Using old locations of language file will result in no text being displayed. Using the removed class will result in a fatal error. Using the methods above directly in any third party extension will result in a fatal error.
Affected Installations
Instances which use old locations of language files, instances which use the removed class LocallangArrayParser, instances which use calls to the methods above.
Migration
Localization
only supports the new location of language files
Locallang
use XLIFF language files now
\TYPO3\
no replacement; not needed when XLIFF files are used