ModifyLanguagePackRemoteBaseUrlEvent¶
Event to modify the main URL of a language.
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