• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Router.php
  • Класс: Bitrix\Crm\Service\Router
  • Вызов: Router::getDefaultUrlTemplates
public function getDefaultUrlTemplates(): array
{
	return [
		'bitrix:crm.quote.details' => 'type/' . \CCrmOwnerType::Quote . '/details/#ENTITY_ID#/',
		'bitrix:crm.invoice.details' => 'type/' . \CCrmOwnerType::SmartInvoice . '/details/#ENTITY_ID#/',
		'bitrix:crm.document.details' => 'type/' . \CCrmOwnerType::SmartDocument . '/details/#ENTITY_ID#/',
		'bitrix:crm.item.details' => 'type/#ENTITY_TYPE_ID#/details/#ENTITY_ID#/',
		'bitrix:crm.item.kanban' => 'type/#entityTypeId#/kanban/category/#categoryId#/',
		'bitrix:crm.type.detail' => 'type/detail/#entityTypeId#/',
		'bitrix:crm.type.list' => 'type/',
		'bitrix:crm.item.list' => 'type/#entityTypeId#/list/category/#categoryId#/',
		'bitrix:crm.sales.tunnels' => 'type/#entityTypeId#/categories/',
		'bitrix:crm.item.automation' => 'type/#entityTypeId#/automation/#categoryId#/',
		'bitrix:crm.item.deadlines' => 'type/#entityTypeId#/deadlines/category/#categoryId#/',
	];
}