• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/kanban/desktop.php
  • Класс: Bitrix\Crm\Kanban\Desktop
  • Вызов: Desktop::prepareComponentParams
protected function prepareComponentParams(array &$params): void
{
	parent::prepareComponentParams($params);
	$params['PATH_TO_IMPORT'] = $this->getPathToImport();
}