Deprecation: #90686 - Model FileMount
See forge#90686
Description
The class
\TYPO3\
has been marked as deprecated.
The
File
is an internal class which never really had any functionality
besides being an Extbase model for the database table
sys_
. Therefore
and in order to streamline the codebase of Extbase, the class
File
will be removed with TYPO3 11.0.
Impact
Using
File
will trigger a PHP
E_
error.
Affected Installations
Any TYPO3 installation with a third-party extension using the model.
Migration
Copy the class and mapping to your own extension and adopt the usages.