Deprecation: #79341 - Methods related to richtext configuration
See forge#79341
Description
The following methods and method arguments have been deprecated:
- Method
\TYPO3\
CMS\ Backend\ Utility\ Backend Utility:: get Spec Conf Parameters From Array () - Method
\TYPO3\
CMS\ Backend\ Utility\ Backend Utility:: RTEsetup () - Second argument
$spec
ofConf \TYPO3\
CMS\ Core\ Html\ Rte Html Parser->RTE_ transform ()
Impact
Using above methods or arguments trigger deprecation log entries, the according methods will vanish with TYPO3 v9.
Affected Installations
Loaded extensions using one of the above methods.
Migration
If not otherwise possible, class \TYPO3\
can be used to fetch richtext configuration.
Be aware this class is marked @internal and is likely to change or vanish in TYPO3 v9 again.