Breaking: #69916 - Hook ajaxSaveCode of t3editor changed¶
See forge#69916
Description¶
The $ajax
parameter has been replaced by PSR-7-compliant $request
and $response
objects.
Impact¶
Using the $ajax
parameter will result in a fatal error.
Affected Installations¶
All 3rd party extensions using the $GLOBALS
hook are affected.
Migration¶
Make use of ServerRequestInterface and ResponseInterface, see typo3/
for reference.