AfterFileAddedToIndexEvent¶
This event is fired once an index was just added to the database (= indexed).
Examples:
Allows to additionally populate custom fields of the sys_file/sys_file_metadata database records.
API¶
-
class
TYPO3\CMS\Core\Resource\Event\
AfterFileAddedToIndexEvent
¶ This event is fired once an index was just added to the database (= indexed).
Examples: Allows to additionally populate custom fields of the sys_file/sys_file_metadata database records.
-
getFileUid
()¶ Return type: int
-
getRecord
()¶ Return type: array
-