AfterFolderCopiedEvent

The PSR-14 event \TYPO3\CMS\Core\Resource\Event\AfterFolderCopiedEvent 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

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 ( )
returntype

TYPO3\CMS\Core\Resource\Folder

getTargetParentFolder ( )
returntype

TYPO3\CMS\Core\Resource\Folder

getTargetFolder ( )
returntype

TYPO3\CMS\Core\Resource\FolderInterface