AfterFileMovedEvent¶
This event is fired after a file was moved within a Resource Storage / Driver. The folder represents the "target folder".
Examples: Use this to update custom third party handlers that rely on specific paths.
API¶
- class AfterFileMovedEvent ¶
-
- Fully qualified name
-
\TYPO3\
CMS\ Core\ Resource\ Event\ After File Moved Event
This event is fired after a file was moved within a Resource Storage / Driver.
The folder represents the "target folder".
Examples: Use this to update custom third party handlers that rely on specific paths.
- getFile ( ) ¶
-
- returntype
-
TYPO3\CMS\Core\Resource\FileInterface
- getFolder ( ) ¶
-
- returntype
-
TYPO3\CMS\Core\Resource\Folder
- getOriginalFolder ( ) ¶
-
- returntype
-
TYPO3\CMS\Core\Resource\FolderInterface