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

  • Method:getProcessedFile()
    Description:Returns the processed file object.
    ReturnType:TYPO3CMSCoreResourceProcessedFile
  • Method:getDriver()
    Description:Returns the currently used driver.
    ReturnType:TYPO3CMSCoreResourceDriverDriverInterface
  • Method:getFile()
    Description:Returns the file object.
    ReturnType:TYPO3CMSCoreResourceFileInterface
  • Method:getTaskType()
    Description:Returns the current task type (see Constants in ProcessedFile).
    ReturnType:string
  • Method:getConfiguration()
    Description:Returns the processing configuration.
    ReturnType:array