• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/widget/data/leaddatasource.php
  • Класс: Bitrix\Crm\Widget\Data\LeadDataSource
  • Вызов: LeadDataSource::getEntityListPath
static function getEntityListPath()
{
	if(self::$entityListPath === null)
	{
		self::$entityListPath = \CComponentEngine::MakePathFromTemplate(
			Main\Config\Option::get('crm', 'path_to_lead_list', '/crm/lead/list/', false),
			array()
		);
	}
	return self::$entityListPath;
}