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,34 @@
.. include:: /Includes.rst.txt
.. _deprecation-78314:
=========================================================
Deprecation: #78314 - AbstractFunctionModule->getBackPath
=========================================================
See :issue:`78314`
Description
===========
The protected method :php:`AbstractFunctionModule->getBackPath()` has been marked as deprecated, as it is not needed anymore.
Impact
======
Calling the PHP method will trigger a deprecation log entry.
Affected Installations
======================
Any TYPO3 extension with a PHP class extending the `AbstractFunctionModule` and calling the method above.
Migration
=========
As the method always returns an empty string (since the `backPath` functionality is not needed anymore) the PHP call can be removed.
.. index:: Backend, PHP-API