BeforeImportEvent

The PSR-14 event \TYPO3\CMS\Impexp\Event\BeforeImportEvent is triggered when an import file is about to be imported.

Example

API

class BeforeImportEvent
Fully qualified name
\TYPO3\CMS\Impexp\Event\BeforeImportEvent

This event is triggered when an import file is about to be imported

getImport ( )
Returns
\TYPO3\CMS\Impexp\Import
getFile ( )

The file being about to be imported

Returns
string