Deprecation: #89127 - Cleanup RecordHistory handling¶
See forge#89127
Description¶
The following properties of the \TYPO3\
class have been marked as deprecated:
change
Log last
History Entry
The properties are now protected and have a public getter function.
The following public methods of the \TYPO3\
class have changed visibility from public to protected:
get
History Entry () get
History Data ()
The following methods of the \TYPO3\
class have been marked as deprecated:
create
, useChange Log () get
insteadChange Log () should
Perform Rollback () get
, useElement Data () get
insteadElement Information () perform
, useRollback () Record
insteadHistory Rollback:: perform Rollback () create
, useMultiple Diff () get
insteadDiff () set
, useLast History Entry () set
insteadLast History Entry Number ()
Impact¶
Accessing these properties and methods directly will trigger a PHP E_
error.
Affected Installations¶
TYPO3 installations with custom extensions or TypoScript directly accessing these properties and methods.
Migration¶
Use the mentioned alternative methods and new classes.