‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent Class Reference

Public Member Functions

 __construct (private string $rollbackFields, private array $diff, private array $dataHandlerInput, private RecordHistoryRollback $recordHistoryRollback, private ?BackendUserAuthentication $backendUserAuthentication=null)
 
 getRecordHistoryRollback ()
 
 getRollbackFields ()
 
 getDiff ()
 
 getDataHandlerInput ()
 
 getBackendUserAuthentication ()
 

Detailed Description

This event is fired after a history record rollback finished.

Definition at line 26 of file AfterHistoryRollbackFinishedEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::__construct ( private string  $rollbackFields,
private array  $diff,
private array  $dataHandlerInput,
private RecordHistoryRollback  $recordHistoryRollback,
private ?BackendUserAuthentication  $backendUserAuthentication = null 
)

Definition at line 28 of file AfterHistoryRollbackFinishedEvent.php.

Member Function Documentation

◆ getBackendUserAuthentication()

TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::getBackendUserAuthentication ( )

Definition at line 56 of file AfterHistoryRollbackFinishedEvent.php.

◆ getDataHandlerInput()

TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::getDataHandlerInput ( )

Definition at line 51 of file AfterHistoryRollbackFinishedEvent.php.

◆ getDiff()

TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::getDiff ( )

Definition at line 46 of file AfterHistoryRollbackFinishedEvent.php.

◆ getRecordHistoryRollback()

TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::getRecordHistoryRollback ( )

Definition at line 36 of file AfterHistoryRollbackFinishedEvent.php.

◆ getRollbackFields()

TYPO3\CMS\Backend\History\Event\AfterHistoryRollbackFinishedEvent::getRollbackFields ( )

Definition at line 41 of file AfterHistoryRollbackFinishedEvent.php.