Breaking: #61785 - loadTCA function in GeneralUtility removed
See forge#61785
Description
Method load from TYPO3CMSCore is removed.
Impact
Extensions that still use TYPO3CMSCore will trigger a fatal error.
Affected installations
A TYPO3 instance is affected if a 3rd party extension still calls load.
Migration
The method is obsolete, full TCA is always loaded in all context except eID. It is safe to remove the method call.