• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/general/iblockxmlimport.php
  • Класс: CIBlockXmlImport
  • Вызов: CIBlockXmlImport::initTemporaryTablesAction
private function initTemporaryTablesAction(): void
{
	$this->xmlImport->DropTemporaryTables();
	if (!$this->xmlImport->CreateTemporaryTables())
	{
		$this->addError(Loc::getMessage('IBLOCK_XML_IMPORT_ERR_CANNOT_CREATE_TEMPORARY_TABLES'));
	}
	$this->nextStep();
}