Deprecation: #77732 - Deprecate methods of Extbase's ArrayUtility¶
See Issue #77732
Description¶
The class \TYPO3\CMS\Extbase\Utility\ArrayUtility has been marked as deprecated.
Impact¶
Calling any of the methods within the static class will trigger a deprecation log entry.
Affected Installations¶
Any TYPO3 installation calling the methods of that PHP class.
Migration¶
A migration is available for the following methods:
integerExplode: UseGeneralUtility::intExplodetrimExplode: UseGeneralUtility::trimExplodearrayMergeRecursiveOverrule: Use\TYPO3\CMS\Core\Utility\ArrayUtility::mergeRecursiveWithOverruleorarray_replace_recursivegetValueByPath: Use\TYPO3\CMS\Core\Utility\ArrayUtility::getValueByPathsetValueByPath: Use\TYPO3\CMS\Core\Utility\ArrayUtility::setValueByPathunsetValueByPath: Use\TYPO3\CMS\Core\Utility\ArrayUtility::removeByPathsortArrayWithIntegerKeys: Use\TYPO3\CMS\Core\Utility\ArrayUtility::sortArrayWithIntegerKeys