Breaking: #72451 - Removed deprecated code from backend functions
See forge#72451
Description
Removed deprecated code from backend functions
The following methods have been removed:
Click
Click
Context
Context
Suggest
Backend
Page
Info
The following display condition option have been removed:
- Evaluates conditions concerning extensions
- Evaluates whether the field is a value for the default language.
The property $OS
has been removed from Backend
The property $doc
has been removed from Info
Impact
Using the methods above directly in any third party extension will result in a fatal error.
Affected Installations
Instances which use custom calls to one of the methods above.
Migration
For property $OS
use the constant TYPO3_OS directly.