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

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 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()
Return type

int