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,36 @@
.. include:: /Includes.rst.txt
.. _breaking-74029:
=========================================================
Breaking: #74029 - Remove ModuleLoader->getRelativePath()
=========================================================
See :issue:`74029`
Description
===========
The method `ModuleLoader->getRelativePath()` has been removed. It was previously part when registering
traditional script-based modules, which did not use the new Icon API for the backend.
Impact
======
Calling the method above directly will result in a fatal PHP error.
Affected Installations
======================
Any installation working with extensions that set up the ModuleLoader class and call the method `getRelativePath()` directly.
Migration
=========
Use `PathUtility::getRelativePath()` when the functionality is still needed.
.. index:: PHP-API, Backend