ModifyLanguagePackRemoteBaseUrlEvent

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

Example

Note

Currently, we do not have an example for this event. If you can provide a useful one, please open an issue with your code snippets or a pull request.

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