AfterFileRemovedFromIndexEvent¶
The PSR-14 event
\TYPO3\
is fired once a file was just removed in the database (table sys_
).
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 AfterFileRemovedFromIndexEvent ¶
-
- Fully qualified name
-
\TYPO3\
CMS\ Core\ Resource\ Event\ After File Removed From Index Event
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 ( ) ¶
-
- Returns
-
int