TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user