‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Package\Event\AfterPackageActivationEvent Class Reference

Public Member Functions

 __construct (private readonly string $packageKey, private readonly string $type, private readonly ?object $emitter=null)
 
 getPackageKey ()
 
 getType ()
 
 getEmitter ()
 

Detailed Description

Event that is triggered after a package has been activated

Definition at line 23 of file AfterPackageActivationEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Package\Event\AfterPackageActivationEvent::__construct ( private readonly string  $packageKey,
private readonly string  $type,
private readonly ?object  $emitter = null 
)

Definition at line 25 of file AfterPackageActivationEvent.php.

Member Function Documentation

◆ getEmitter()

TYPO3\CMS\Core\Package\Event\AfterPackageActivationEvent::getEmitter ( )

Definition at line 42 of file AfterPackageActivationEvent.php.

◆ getPackageKey()

TYPO3\CMS\Core\Package\Event\AfterPackageActivationEvent::getPackageKey ( )

Definition at line 32 of file AfterPackageActivationEvent.php.

◆ getType()

TYPO3\CMS\Core\Package\Event\AfterPackageActivationEvent::getType ( )

Definition at line 37 of file AfterPackageActivationEvent.php.