eZ\Publish\Core\MVC\Symfony\Locale\LocaleConverterInterface::convertToEz PHP Метод

convertToEz() публичный Метод

Returns null if conversion cannot be made.
public convertToEz ( string $posixLocale ) : string | null
$posixLocale string
Результат string | null
    public function convertToEz($posixLocale);
LocaleConverterInterface