eZ\Publish\Core\MVC\Symfony\Locale\LocaleConverterInterface::convertToEz PHP Method

convertToEz() public method

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