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.
API¶
- class BeforeFileRenamedEvent ¶
-
- Fully qualified name
-
\TYPO3\
CMS\ Core\ Resource\ Event\ Before File Renamed Event
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 ( ) ¶
-
- returntype
-
TYPO3\CMS\Core\Resource\FileInterface
- getTargetFileName ( ) ¶
-
- returntype
-
string