AfterFileRemovedFromIndexEvent

The PSR-14 event \TYPO3\CMS\Core\Resource\Event\AfterFileRemovedFromIndexEvent is fired once a file was just removed in the database (table sys_file).

Example: A listener can further handle files and manage them separately outside of TYPO3's index.

Example

API

class \TYPO3\CMS\Core\Resource\Event\ AfterFileRemovedFromIndexEvent

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.

getFileUid ( )
returntype

int