• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/productform.php
  • Класс: BitrixCatalogComponentProductForm
  • Вызов: ProductForm::buildDescriptions
protected function buildDescriptions(): array
{
	return array_merge(
		parent::buildDescriptions(),
		$this->getSectionDescriptions(),
		$this->getNameCodeDescription()
	);
}