BeforeImportEvent

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

Example

API

New in version 12.4.10

The method getFile() has been added.

class \TYPO3\CMS\Impexp\Event\ BeforeImportEvent

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

getImport ( )
returntype

TYPO3\CMS\Impexp\Import

getFile ( )

The file being about to be imported

returntype

string