‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Service\Event\ModifyLanguagePacksEvent Class Reference

Public Member Functions

 __construct (private array $extensions)
 
 getExtensions ()
 
 removeExtension (string $extension)
 
 removeIsoFromExtension (string $iso, string $extension)
 

Detailed Description

Event to modify the language pack array

Definition at line 23 of file ModifyLanguagePacksEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\Service\Event\ModifyLanguagePacksEvent::__construct ( private array  $extensions)

Definition at line 25 of file ModifyLanguagePacksEvent.php.

Member Function Documentation

◆ getExtensions()

TYPO3\CMS\Install\Service\Event\ModifyLanguagePacksEvent::getExtensions ( )

Definition at line 27 of file ModifyLanguagePacksEvent.php.

◆ removeExtension()

TYPO3\CMS\Install\Service\Event\ModifyLanguagePacksEvent::removeExtension ( string  $extension)

Definition at line 32 of file ModifyLanguagePacksEvent.php.

◆ removeIsoFromExtension()

TYPO3\CMS\Install\Service\Event\ModifyLanguagePacksEvent::removeIsoFromExtension ( string  $iso,
string  $extension 
)

Definition at line 37 of file ModifyLanguagePacksEvent.php.