ExtendedFileUtilityProcessDataHookInterface

Interface for classes which hook into extFileFunctions and do additional processData processing.

Deprecated

since TYPO3 v11 LTS, will be removed in TYPO3 v12.0. Use the PSR-14-based AfterFileCommandProcessedEvent instead.

Table of Contents

Methods

processData_postProcessAction()  : mixed
Post-process a file action.

Methods

processData_postProcessAction()

Post-process a file action.

public processData_postProcessAction(string $action, array<string|int, mixed> $cmdArr, array<string|int, mixed> $result, ExtendedFileUtility $parentObject) : mixed
Parameters
$action : string

The action

$cmdArr : array<string|int, mixed>

The parameter sent to the action handler

$result : array<string|int, mixed>

The results of all calls to the action handler

$parentObject : ExtendedFileUtility

Parent object


        
On this page

Search results