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 TYPO3\CMS\Core\Resource\Event\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.
- getFolder()¶
- Return type
TYPO3\CMS\Core\Resource\Folder
- getTargetParentFolder()¶
- Return type
TYPO3\CMS\Core\Resource\Folder
- getTargetFolder()¶
- Return type
TYPO3\CMS\Core\Resource\FolderInterface