AfterHistoryRollbackFinishedEvent¶
This event is fired after a history record rollback finished.
API¶
- getRecordHistoryRollback()
| ReturnType:
\TYPO3\CMS\Backend\History\RecordHistoryRollback
|Returns the RecordHistoryRollback object of the current operation.
- getRollbackFields()
| ReturnType: string |
Get fields to be rolled back.
- getDiff()
| ReturnType: array |
Get the diff between the rollback data and the current version.
- getDataHandlerInput()
| ReturnType: array |
Get the data array that was handed to the datahandler for rollback.
- getBackendUserAuthentication()
| ReturnType:
\TYPO3\CMS\Core\Authentication\BackendUserAuthentication
|Get the current BE User Authentication object.