AfterFileMovedEvent¶
The PSR-14 event
\TYPO3\
is fired after a file was moved within a resource
storage /
driver.
The folder represents the "target folder".
Example: Use this to update custom third-party handlers that rely on specific paths.
Example¶
Note
Currently, we do not have an example for this event. If you can provide a useful one, please open an issue with your code snippets or a pull request.
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 ( ) ¶
-
- Returns
-
\TYPO3\
CMS\ Core\ Resource\ File Interface
- getFolder ( ) ¶
-
- Returns
-
\TYPO3\
CMS\ Core\ Resource\ Folder
- getOriginalFolder ( ) ¶
-
- Returns
-
\TYPO3\
CMS\ Core\ Resource\ Folder Interface