• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/productform.php
  • Класс: BitrixCatalogComponentProductForm
  • Вызов: ProductForm::getFieldValue
protected function getFieldValue(array $field)
{
	if ($field['entity'] === 'section')
	{
		return $this->getIblockSectionFieldValue();
	}

	return parent::getFieldValue($field);
}