CodeExplorer getRootLocales example
return array_map( fn ($alias,
$ofLocale) =>
[$alias,
$ofLocale],
array_keys($this->
getLocaleAliases()),
$this->
getLocaleAliases() );
} public function provideRootLocales() { return array_map( fn ($locale) =>
[$locale],
$this->
getRootLocales() );
} protected function getLocales() { return self::LOCALES;
} protected function getLocaleAliases() { return self::LOCALE_ALIASES;
}