Breaking: #61785 - loadTCA function in GeneralUtility removed 

See forge#61785

Description 

Method loadTCA() from TYPO3CMSCoreUtilityGeneralUtility is removed.

Impact 

Extensions that still use TYPO3CMSCoreUtilityGeneralUtility::loadTCA() will trigger a fatal error.

Affected installations 

A TYPO3 instance is affected if a 3rd party extension still calls loadTCA.

Migration 

The method is obsolete, full TCA is always loaded in all context except eID. It is safe to remove the method call.