‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Resource\Event\AfterFileRemovedFromIndexEvent Class Reference

Public Member Functions

 __construct (private int $fileUid)
 
 getFileUid ()
 

Detailed Description

This event is fired once a file was just removed in the database (sys_file).

Example can be to further handle files and manage them separately outside of TYPO3's index.

Definition at line 25 of file AfterFileRemovedFromIndexEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Resource\Event\AfterFileRemovedFromIndexEvent::__construct ( private int  $fileUid)

Definition at line 27 of file AfterFileRemovedFromIndexEvent.php.

Member Function Documentation

◆ getFileUid()

TYPO3\CMS\Core\Resource\Event\AfterFileRemovedFromIndexEvent::getFileUid ( )

Definition at line 29 of file AfterFileRemovedFromIndexEvent.php.