Breaking: #72390 - Removed deprecated code from EXT:rtehtmlarea
See forge#72390
Description
The following methods have been removed:
UserElements Controller:: main () UserElements Controller:: print Content () ParseHtml Controller:: main () ParseHtml Controller:: print Content ()
Furthermore a JavaScript function has been removed:
initEvent Listeners ()
Impact
Using the methods above directly in any third party extension will result in a fatal error.
Affected Installations
Instances which use custom calls to UserElementsController, ParseHtmlController via the methods above, or rely on the JavaScript function mentioned above being executed.
Migration
init no replacement for this
User call User instead
User call User instead
Parse call Parse instead
Parse call Parse instead