• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/controller/compilation.php
  • Класс: BitrixSalesCenterControllerCompilation
  • Вызов: Compilation::processBeforeAction
protected function processBeforeAction(Action $action): bool
{
	if (!$this->checkModules())
	{
		return false;
	}

	return parent::processBeforeAction($action);
}