UpdateFileIndexEntry
Hook for updating the file index entry after a new sys_file_metadata record is created, e.g. manually via FormEngine
This class is a hook implementation and is not part of the TYPO3 Core API.
Attributes
- #[Autoconfigure]
- $public: true
Table of Contents
Methods
- __construct() : mixed
- processDatamap_afterDatabaseOperations() : void
Methods
__construct()
public
__construct(ResourceFactory $resourceFactory) : mixed
Parameters
- $resourceFactory : ResourceFactory
processDatamap_afterDatabaseOperations()
public
processDatamap_afterDatabaseOperations(string $status, string $table, mixed $id, array<string|int, mixed> $fieldValues, DataHandler $dataHandler) : void
Parameters
- $status : string
- $table : string
- $id : mixed
- $fieldValues : array<string|int, mixed>
- $dataHandler : DataHandler