• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/base.php
  • Класс: Bitrix\Crm\Component\Base
  • Вызов: Base::getListUrl
protected function getListUrl(int $categoryId = null): Uri
{
	return Container::getInstance()->getRouter()->getItemListUrl($this->entityTypeId, $categoryId);
}