Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 311 Bytes

after_ingest_file.rst

File metadata and controls

25 lines (17 loc) · 311 Bytes

after_ingest_file

Usage

Fires after a file is ingested, but before it is added to the item.

Arguments

:phpFile file

The file object being processed

:phpItem item

The item object

Examples