• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/restview/product.php
  • Класс: BitrixCatalogRestViewProduct
  • Вызов: Product::fillFieldNames
private function fillFieldNames(array $fieldList): array
{
	foreach (array_keys($fieldList) as $id)
	{
		$fieldList[$id]['NAME'] = $this->productFieldNames[$id] ?? $id;
	}

	return $fieldList;
}