AfterHistoryRollbackFinishedEvent¶
The PSR-14 event \TYPO3\
is fired after a history record rollback finished.
Example¶
Note
Currently, we do not have an example for this event. If you can provide a useful one, please open an issue with your code snippets or a pull request.
API¶
- class AfterHistoryRollbackFinishedEvent ¶
-
- Fully qualified name
-
\TYPO3\
CMS\ Backend\ History\ Event\ After History Rollback Finished Event
This event is fired after a history record rollback finished.
- getRecordHistoryRollback ( ) ¶
-
- Returns
-
\TYPO3\
CMS\ Backend\ History\ Record History Rollback
- getRollbackFields ( ) ¶
-
- Returns
-
string
- getDiff ( ) ¶
-
- Returns
-
array
- getDataHandlerInput ( ) ¶
-
- Returns
-
array
- getBackendUserAuthentication ( ) ¶
-
- Returns
-
?\
TYPO3\ CMS\ Core\ Authentication\ Backend User Authentication