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 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