BeforeFileProcessingEvent¶
The PSR-14 event \TYPO3\
is fired before a file object is processed. This allows to add further
information or enrich the file before the processing is kicking in.
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 BeforeFileProcessingEvent ¶
-
- Fully qualified name
-
\TYPO3\
CMS\ Core\ Resource\ Event\ Before File Processing Event
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.
- getProcessedFile ( ) ¶
-
- Returns
-
\TYPO3\
CMS\ Core\ Resource\ Processed File
- setProcessedFile ( \TYPO3\CMS\Core\Resource\ProcessedFile $processedFile) ¶
-
- param $processedFile
-
the processedFile
- getDriver ( ) ¶
-
- Returns
-
\TYPO3\
CMS\ Core\ Resource\ Driver\ Driver Interface
- getFile ( ) ¶
-
- Returns
-
\TYPO3\
CMS\ Core\ Resource\ File Interface
- getTaskType ( ) ¶
-
- Returns
-
string
- getConfiguration ( ) ¶
-
- Returns
-
array