Breaking: #72686 - Removed RteHtmlParser methods¶
See forge#72686
Description¶
The following methods within Rte
have been removed without substitution:
Rte
Html Parser->site Url () Rte
Html Parser->get Url ()
The second method parameter of the following methods have been removed as they have no effect anymore:
Rte
Html Parser->HTMLcleaner_ db () Rte
Html Parser->get Keep Tags ()
Impact¶
Calling either Rte
or Rte
will result in a PHP fatal error.
Calling Rte
or Rte
with a second parameter will have no effect anymore.
Affected Installations¶
TYPO3 instances which use RteHtmlParser methods directly within a third-party extension for HTML transformation.
Migration¶
Use General
instead of Rte
.
Use General
instead of Rte
.