BeforeFileProcessingEvent¶
This event is fired before a file object is processed. Allows to add further information or enrich the file before the processing is kicking in.
API¶
- getProcessedFile()
| ReturnType:
\TYPO3\CMS\Core\Resource\ProcessedFile
|- getDriver()
| ReturnType:
\TYPO3\CMS\Core\Resource\Driver\DriverInterface
|- getFile()
| ReturnType:
\TYPO3\CMS\Core\Resource\FileInterface
|- getTaskType()
| ReturnType: string |
- getConfiguration()
| ReturnType: array |