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,37 @@
.. include:: /Includes.rst.txt
.. _breaking-65305:
====================================================
Breaking: #65305 - DriverInterface has been extended
====================================================
See :issue:`65305`
Description
===========
The `getFolderInFolder()` and `getFileInFolder()` functions have been added to `DriverInterface`.
Impact
======
Any FAL driver extension will stop working due to the change in the interface.
Affected Installations
======================
Any installation with a custom FAL driver, like WebDAV or Dropbox.
Migration
=========
The functions `getFolderInFolder()` and `getFileInFolder()` must be added to the custom FAL driver.
A non-hierarchical driver needs to throw a "not implemented" exception when calling these functions.
.. index:: PHP-API, FAL, Backend