• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/base.php
  • Класс: Bitrix\Crm\Component\Base
  • Вызов: Base::getTopPanelParameters
protected function getTopPanelParameters(): array
{
	return [
		'ID' => $this->getTopPanelId($this->getEntityTypeIdFromParams()),
		'ACTIVE_ITEM_ID' => $this->getTopPanelId($this->getEntityTypeIdFromParams()),
		'PATH_TO_QUOTE_DETAILS' => Container::getInstance()->getRouter()->getItemDetailUrlCompatibleTemplate(\CCrmOwnerType::Quote),
	];
}