Deprecation: #85300 - DataHandler resorting method¶
See forge#85300
Description¶
The public Data
method has been marked as deprecated. It will be removed in v10.0.
Impact¶
Installations using this method will trigger a PHP E_
error.
Affected Installations¶
All installations xclassing DataHandler, or having call the method mentioned.
Migration¶
Use the newly introduced Data
method instead.