ModifyLanguagePackRemoteBaseUrlEvent

The PSR-14 event \TYPO3\CMS\Install\Service\Event\ModifyLanguagePackRemoteBaseUrlEvent allows to modify the main URL of a language pack.

API

class TYPO3\CMS\Install\Service\Event\ModifyLanguagePackRemoteBaseUrlEvent

Event to modify the main URL of a language

getBaseUrl()
Return type

Psr\Http\Message\UriInterface

setBaseUrl(Psr\\Http\\Message\\UriInterface $baseUrl)
Parameters
  • $baseUrl (Psr\Http\Message\UriInterface) -- the baseUrl

getPackageKey()
Return type

string