• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/productform.php
  • Класс: BitrixCatalogComponentProductForm
  • Вызов: ProductForm::getControllers
public function getControllers(): array
{
	$controllers = parent::getControllers();

	$controllers[] = $this->getGridController();
	$controllers[] = [
		'name' => 'IBLOCK_SECTION_CONTROLLER',
		'type' => 'iblock_section',
		'config' => [],
	];

	return $controllers;
}