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

Public Member Functions

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

Private Attributes

string $packageKey
 
string $destinationAbsolutePath
 
InstallUtility $emitter
 

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

Member Function Documentation

◆ getDestinationAbsolutePath()

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

◆ getEmitter()

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

◆ getPackageKey()

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

Member Data Documentation

◆ $destinationAbsolutePath

string TYPO3\CMS\Extensionmanager\Event\AfterExtensionFilesHaveBeenImportedEvent::$destinationAbsolutePath
private

◆ $emitter

◆ $packageKey

string TYPO3\CMS\Extensionmanager\Event\AfterExtensionFilesHaveBeenImportedEvent::$packageKey
private