• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Router.php
  • Класс: Bitrix\Crm\Service\Router
  • Вызов: Router::getKanbanUrl
public function getKanbanUrl(int $entityTypeId, int $categoryId = null): ?Uri
{
	if ($this->isNewRoutingForListEnabled($entityTypeId))
	{
		return $this->getKanbanUrlWithNewRouting($entityTypeId, $categoryId);
	}

	return $this->getKanbanUrlWithOldRouting($entityTypeId, $categoryId);
}