• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/general/iblockxmlimport.php
  • Класс: CIBlockXmlImport
  • Вызов: CIBlockXmlImport::finalAction
private function finalAction(): void
{
	$this->xmlImport->clearIblockCacheAfterFinal();
	$this->iblockId = $this->stepParameters['IBLOCK_ID'];
	$this->nextStep();
	$this->setMessage(Loc::getMessage('IBLOCK_XML_IMPORT_MESS_FINAL_SUCCESS'));
	$this->destroyXmlImporter();
	$this->destroySessionStorage();
}