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
.. _deprecation-81201:
=========================================
Deprecation: #81201 - EidUtility::initTCA
=========================================
See :issue:`81201`
Description
===========
The static PHP method :php:`EidUtility::initTCA()` has been marked as deprecated, because the full
global TCA array is available at any eID request already.
Impact
======
Calling this method triggers a deprecation log entry.
Affected Installations
======================
Any TYPO3 installation with an extension having a custom eID script registered that uses this method.
Migration
=========
The method call is superfluous and can be removed from the caller script.
.. index:: Frontend, PHP-API, TCA, FullyScanned