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,35 @@
.. include:: /Includes.rst.txt
.. _deprecation-83083:
=========================================================
Deprecation: #83083 - GeneralUtility::llXmlAutoFileName()
=========================================================
See :issue:`83083`
Description
===========
The method :php:`GeneralUtility::llXmlAutoFileName()`, which detects a XLF/XML translation file, has been moved into
AbstractXmlParser, as the functionality is solely used in there, and the code belongs in this area.
Impact
======
Calling the method will trigger a deprecation warning.
Affected Installations
======================
Any TYPO3 instance with an extension using the method directly.
Migration
=========
If necessary, use the XmlParser functionality, or implement the code directly in your own extension.
.. index:: PHP-API, FullyScanned