• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/delivery/handlers/base.php
  • Класс: BitrixSalesCenterDeliveryHandlersBase
  • Вызов: Base::getInstallationLinkParams
protected function getInstallationLinkParams(): array
{
	return [
		'code' => $this->getCode(),
		'analyticsLabel' => 'salescenterClickDeliveryInstall',

	];
}