• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/agent/search/quotesearchcontentrebuildagent.php
  • Класс: Bitrix\Crm\Agent\Search\QuoteSearchContentRebuildAgent
  • Вызов: QuoteSearchContentRebuildAgent::isEnabled
public function isEnabled()
{
	return Option::get('crm', '~CRM_REBUILD_QUOTE_SEARCH_CONTENT', 'N') === 'Y';
}