• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/entitydetails/factorybased.php
  • Класс: Bitrix\Crm\Component\EntityDetails\FactoryBased
  • Вызов: FactoryBased::getEntityControllers
protected function getEntityControllers(): array
{
	$controllers = [];

	if($this->factory->isLinkWithProductsEnabled())
	{
		$controllers[] = $this->editorAdapter::getProductListController(
			$this->getProductEditorId(),
			$this->item->getCurrencyId()
		);
	}

	return $controllers;
}