eZ\Publish\Core\MVC\Symfony\Locale\LocaleConverterInterface::convertToEz PHP Méthode

convertToEz() public méthode

Returns null if conversion cannot be made.
public convertToEz ( string $posixLocale ) : string | null
$posixLocale string
Résultat string | null
    public function convertToEz($posixLocale);
LocaleConverterInterface