AfterFileAddedEvent
FinalYes
This event is fired after a file was added to the Resource Storage / Driver.
Use case: Using listeners for this event allows to e.g. post-check permissions or specific analysis of files like additional metadata analysis after adding them to TYPO3.
Table of Contents
Methods
- __construct() : mixed
- getFile() : FileInterface
- getFolder() : Folder
Methods
__construct()
public
__construct(FileInterface $file, Folder $folder) : mixed
Parameters
- $file : FileInterface
- $folder : Folder
getFile()
public
getFile() : FileInterface
Return values
FileInterfacegetFolder()
public
getFolder() : Folder