• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/source/ormconverter.php
  • Класс: BitrixLocationEntitySourceOrmConverter
  • Вызов: OrmConverter::convertConfigItemToArray
private function convertConfigItemToArray(ConfigItem $configItem)
{
	return [
		'code' => $configItem->getCode(),
		'type' => $configItem->getType(),
		'is_visible' => $configItem->isVisible(),
		'sort' => $configItem->getSort(),
		'value' => $configItem->getValue(),
	];
}