AfterFolderCopiedEvent¶
The PSR-14 event
\TYPO3\
is fired after a folder was copied to the resource
storage /
driver.
Example: Custom listeners can analyze contents of a file or add custom permissions to a folder automatically.
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 AfterFolderCopiedEvent ¶
-
- Fully qualified name
-
\TYPO3\
CMS\ Core\ Resource\ Event\ After Folder Copied Event
This event is fired after a folder was copied to the Resource Storage / Driver.
Example: Custom listeners can analyze contents of a file or add custom permissions to a folder automatically.
- getFolder ( ) ¶
-
- Returns
-
\TYPO3\
CMS\ Core\ Resource\ Folder
- getTargetParentFolder ( ) ¶
-
- Returns
-
\TYPO3\
CMS\ Core\ Resource\ Folder
- getTargetFolder ( ) ¶
-
- Returns
-
?\
TYPO3\ CMS\ Core\ Resource\ Folder Interface