BeforeImportEvent
Read onlyYes
FinalYes
This event is triggered when an import file is about to be imported
Table of Contents
Methods
- __construct() : mixed
- getFile() : string
- The file being about to be imported
- getImport() : Import
Methods
__construct()
public
__construct(Import $import, string $file) : mixed
Parameters
- $import : Import
- $file : string
getFile()
The file being about to be imported
public
getFile() : string
Return values
stringgetImport()
public
getImport() : Import