Deprecation: #77732 - Deprecate methods of Extbase's ArrayUtility
See forge#77732
Description
The class \TYPO3\
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:
integer
: UseExplode General
Utility:: int Explode trim
: UseExplode General
Utility:: trim Explode array
: UseMerge Recursive Overrule \TYPO3\
orCMS\ Core\ Utility\ Array Utility:: merge Recursive With Overrule array_
replace_ recursive get
: UseValue By Path \TYPO3\
CMS\ Core\ Utility\ Array Utility:: get Value By Path set
: UseValue By Path \TYPO3\
CMS\ Core\ Utility\ Array Utility:: set Value By Path unset
: UseValue By Path \TYPO3\
CMS\ Core\ Utility\ Array Utility:: remove By Path sort
: UseArray With Integer Keys \TYPO3\
CMS\ Core\ Utility\ Array Utility:: sort Array With Integer Keys