AfterFileRenamedEvent
Read onlyYes
FinalYes
This event is fired after a file was renamed in order to further process a file or filename or update custom references to a file.
Table of Contents
Methods
- __construct() : mixed
- getFile() : FileInterface
- getTargetFileName() : string|null
Methods
__construct()
public
__construct(FileInterface $file, string|null $targetFileName) : mixed
Parameters
- $file : FileInterface
- $targetFileName : string|null
getFile()
public
getFile() : FileInterface
Return values
FileInterfacegetTargetFileName()
public
getTargetFileName() : string|null