...Человеческий поиск в разработке...
- Модуль: 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; }