TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,38 @@
.. include:: /Includes.rst.txt
.. _deprecation-90686:
=====================================
Deprecation: #90686 - Model FileMount
=====================================
See :issue:`90686`
Description
===========
The class :php:`\TYPO3\CMS\Extbase\Domain\Model\FileMount` has been marked as deprecated.
The :php:`FileMount` is an internal class which never really had any functionality
besides being an Extbase model for the database table :sql:`sys_filemounts`. Therefore
and in order to streamline the codebase of Extbase, the class :php:`FileMount` will be removed with TYPO3 11.0.
Impact
======
Using :php:`FileMount` will trigger a PHP :php:`E_USER_DEPRECATED` 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.
.. index:: PHP-API, FullyScanned, ext:extbase