AfterFolderCopiedEvent¶
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.
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 ( ) ¶
-
- returntype
-
TYPO3\CMS\Core\Resource\Folder
- getTargetParentFolder ( ) ¶
-
- returntype
-
TYPO3\CMS\Core\Resource\Folder
- getTargetFolder ( ) ¶
-
- returntype
-
TYPO3\CMS\Core\Resource\FolderInterface