AfterFileDeletedEvent
Read onlyYes
FinalYes
This event is fired after a file was deleted.
Example: If an extension provides additional functionality (e.g. variants), this event allows listener to also clean up their custom handling. This can also be used for versioning of files.
Table of Contents
Methods
- __construct() : mixed
- getFile() : FileInterface
Methods
__construct()
public
__construct(FileInterface $file) : mixed
Parameters
- $file : FileInterface
getFile()
public
getFile() : FileInterface