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