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

Public Member Functions

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

Detailed Description

This event is fired before a history record rollback starts

Definition at line 26 of file BeforeHistoryRollbackStartEvent.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 28 of file BeforeHistoryRollbackStartEvent.php.

Member Function Documentation

◆ getBackendUserAuthentication()

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

Definition at line 50 of file BeforeHistoryRollbackStartEvent.php.

◆ getDiff()

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

Definition at line 45 of file BeforeHistoryRollbackStartEvent.php.

◆ getRecordHistoryRollback()

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

Definition at line 35 of file BeforeHistoryRollbackStartEvent.php.

◆ getRollbackFields()

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

Definition at line 40 of file BeforeHistoryRollbackStartEvent.php.