• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/source/config.php
  • Класс: BitrixLocationEntitySourceConfig
  • Вызов: Config::getValue
public function getValue(string $code)
{
	$item = $this->getItem($code);
	if (!$item)
	{
		return null;
	}

	return $item->getValue();
}