AfterFileUpdatedInIndexEvent
FinalYes
This event is fired once an index was just updated inside the database (= indexed).
Custom listeners can update further index values when a file was updated.
Table of Contents
Methods
- __construct() : mixed
- getFile() : File
- getRelevantProperties() : array<string|int, mixed>
- getUpdatedFields() : array<string|int, mixed>
Methods
__construct()
    public
                    __construct(File $file, array<string|int, mixed> $properties, array<string|int, mixed> $updatedFields) : mixed
    Parameters
- $file : File
- $properties : array<string|int, mixed>
- $updatedFields : array<string|int, mixed>
getFile()
    public
                    getFile() : File
    Return values
FilegetRelevantProperties()
    public
                    getRelevantProperties() : array<string|int, mixed>
    Return values
array<string|int, mixed>getUpdatedFields()
    public
                    getUpdatedFields() : array<string|int, mixed>