BeforeFileRenamedEvent

The PSR-14 event \TYPO3\CMS\Core\Resource\Event\BeforeFileRenamedEvent is fired before a file is about to be renamed. Custom listeners can further rename the file according to specific guidelines based on the project.

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 TYPO3\CMS\Core\Resource\Event\BeforeFileRenamedEvent

This event is fired before a file is about to be renamed. Custom listeners can further rename the file according to specific guidelines based on the project.

getFile()
Return type

TYPO3\CMS\Core\Resource\FileInterface

getTargetFileName()
Return type

string