DealDataSource::getEntityListPath

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. DealDataSource
  4. getEntityListPath
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/widget/data/dealdatasource.php
  • Класс: Bitrix\Crm\Widget\Data\DealDataSource
  • Вызов: DealDataSource::getEntityListPath
static function getEntityListPath()
{
	if(self::$entityListPath === null)
	{
		self::$entityListPath = \CComponentEngine::MakePathFromTemplate(
			Main\Config\Option::get('crm', 'path_to_deal_list', '/crm/deal/list/', false),
			array()
		);
	}
	return self::$entityListPath;
}

Добавить комментарий