AfterFileCopiedEvent

This event is fired after a file was copied within a Resource Storage / Driver. The folder represents the "target folder".

Example: Listeners can sign up for listing duplicates using this event.

API

class TYPO3\CMS\Core\Resource\Event\AfterFileCopiedEvent

This event is fired after a file was copied within a Resource Storage / Driver.

The folder represents the "target folder".

Example: Listeners can sign up for listing duplicates using this event.

getFile()
Return type

TYPO3\CMS\Core\Resource\FileInterface

getFolder()
Return type

TYPO3\CMS\Core\Resource\Folder

getNewFileIdentifier()
Return type

string

getNewFile()
Return type

TYPO3\CMS\Core\Resource\FileInterface