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,40 @@
.. include:: /Includes.rst.txt
.. _deprecation-84980:
===============================================================
Deprecation: #84980 - BackendUserAuthentication->addTScomment()
===============================================================
See :issue:`84980`
Description
===========
Method :php:`TYPO3\CMS\Core\Authentication\BackendUserAuthentication->addTScomment()` has been marked as deprecated.
Impact
======
The method has been used to add comments to :typoscript:`TSconfig` at runtime, those
comments however are never shown in the TYPO3 backend.
Calling the method directly will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected Installations
======================
Instances with extensions calling :php:`BackendUserAuthentication->addTScomment()`
will trigger a deprecation error.
It is however rather unlikely that extensions
rely on this widely unknown API method and method calls were mostly core internal.
The extension scanner should find possible usages within extensions.
Migration
=========
Drop the method call.
.. index:: Backend, PHP-API, TSConfig, FullyScanned