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-61785:
=============================================================
Breaking: #61785 - loadTCA function in GeneralUtility removed
=============================================================
See :issue:`61785`
Description
===========
Method :code:`loadTCA()` from :code:`\TYPO3\CMS\Core\Utility\GeneralUtility` is removed.
Impact
======
Extensions that still use :code:`\TYPO3\CMS\Core\Utility\GeneralUtility::loadTCA()` will trigger a fatal error.
Affected installations
======================
A TYPO3 instance is affected if a 3rd party extension still calls :code:`loadTCA`.
Migration
=========
The method is obsolete, full TCA is always loaded in all context except eID.
It is safe to remove the method call.
.. index:: PHP-API