BeforeFileDeletedEvent
FinalYes
This event is fired before a file is about to be deleted.
Event listeners can clean up third-party references with this event.
Table of Contents
Methods
- __construct() : mixed
- getFile() : FileInterface
Methods
__construct()
    public
                    __construct(FileInterface $file) : mixed
    Parameters
- $file : FileInterface
getFile()
    public
                    getFile() : FileInterface