‪TYPO3CMS  ‪main
TYPO3\CMS\Extensionmanager\Event\AfterExtensionFilesHaveBeenImportedEvent Class Reference

Public Member Functions

 __construct (private string $packageKey, private string $destinationAbsolutePath, private InstallUtility $emitter)
 
 getPackageKey ()
 
 getDestinationAbsolutePath ()
 
 getEmitter ()
 

Detailed Description

Event that is triggered after a package has imported all extension files (from Initialisation/Files)

Definition at line 25 of file AfterExtensionFilesHaveBeenImportedEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extensionmanager\Event\AfterExtensionFilesHaveBeenImportedEvent::__construct ( private string  $packageKey,
private string  $destinationAbsolutePath,
private InstallUtility  $emitter 
)

Definition at line 27 of file AfterExtensionFilesHaveBeenImportedEvent.php.

Member Function Documentation

◆ getDestinationAbsolutePath()

TYPO3\CMS\Extensionmanager\Event\AfterExtensionFilesHaveBeenImportedEvent::getDestinationAbsolutePath ( )

Definition at line 38 of file AfterExtensionFilesHaveBeenImportedEvent.php.

◆ getEmitter()

TYPO3\CMS\Extensionmanager\Event\AfterExtensionFilesHaveBeenImportedEvent::getEmitter ( )

Definition at line 43 of file AfterExtensionFilesHaveBeenImportedEvent.php.

◆ getPackageKey()

TYPO3\CMS\Extensionmanager\Event\AfterExtensionFilesHaveBeenImportedEvent::getPackageKey ( )

Definition at line 33 of file AfterExtensionFilesHaveBeenImportedEvent.php.