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

Public Member Functions

 __construct (private UriInterface $baseUrl, private readonly string $packageKey)
 
 getBaseUrl ()
 
 setBaseUrl (UriInterface $baseUrl)
 
 getPackageKey ()
 

Detailed Description

Event to modify the main URL of a language

Definition at line 25 of file ModifyLanguagePackRemoteBaseUrlEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\Service\Event\ModifyLanguagePackRemoteBaseUrlEvent::__construct ( private UriInterface  $baseUrl,
private readonly string  $packageKey 
)

Definition at line 27 of file ModifyLanguagePackRemoteBaseUrlEvent.php.

Member Function Documentation

◆ getBaseUrl()

TYPO3\CMS\Install\Service\Event\ModifyLanguagePackRemoteBaseUrlEvent::getBaseUrl ( )

Definition at line 29 of file ModifyLanguagePackRemoteBaseUrlEvent.php.

◆ getPackageKey()

TYPO3\CMS\Install\Service\Event\ModifyLanguagePackRemoteBaseUrlEvent::getPackageKey ( )

Definition at line 39 of file ModifyLanguagePackRemoteBaseUrlEvent.php.

◆ setBaseUrl()

TYPO3\CMS\Install\Service\Event\ModifyLanguagePackRemoteBaseUrlEvent::setBaseUrl ( UriInterface  $baseUrl)

Definition at line 34 of file ModifyLanguagePackRemoteBaseUrlEvent.php.