• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Kanban/Entity.php
  • Класс: BitrixCrmMobileKanbanEntity
  • Вызов: Entity::getDesktopLink
public function getDesktopLink(?int $categoryId): string
{
	$router = Container::getInstance()->getRouter();

	$url = $router->getItemListUrlInCurrentView($this->getEntityTypeId(), $categoryId);
	if ($url)
	{
		return $url->getLocator();
	}

	return $router->getRoot();
}