• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/controller/automationstage.php
  • Класс: BitrixSalesCenterControllerAutomationStage
  • Вызов: AutomationStage::checkModules
private function checkModules(): bool
{
	if (!MainLoader::includeModule('crm'))
	{
		$this->addError(new MainError('module "crm" is not installed.'));
		return false;
	}

	return true;
}