• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/baseform.php
  • Класс: BitrixCatalogComponentBaseForm
  • Вызов: BaseForm::buildDescriptions
protected function buildDescriptions(): array
{
	$fieldBlocks = [];

	$fieldBlocks[] = $this->getTableDescriptions($this->getElementTableMap());
	$fieldBlocks[] = $this->getTableDescriptions(ProductTable::getMap());
	$fieldBlocks[] = $this->getIblockPropertiesDescriptions();
	$fieldBlocks[] = $this->getProductSystemFieldDescriptions();
	$fieldBlocks[] = $this->getUserFieldDescriptions();

	return array_merge(...$fieldBlocks);
}