409 $convertConfig =
$config->getValue(
'url/convert',
'default');
410 if ($convertConfig) {
411 foreach ($convertConfig as $configValue) {
412 $this->convertTable[(string)$configValue[
'from']] = (
string)$configValue[
'to'];
436 return '"libiconv"' == ICONV_IMPL ? iconv(
437 \
Magento\Framework\Stdlib\StringUtils::ICONV_CHARSET,
438 'ascii//ignore//translit',
__construct(\Magento\Framework\App\Config\ScopeConfigInterface $config)