• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/controller/onlyoffice.php
  • Класс: BitrixDiskControllerOnlyOffice
  • Вызов: OnlyOffice::showNotFoundPageAction
public function showNotFoundPageAction()
{
	/** @see DiskFileEditorOnlyOfficeController::showNotFoundAction() */
	$link = UrlManager::getInstance()->create('showNotFound', [
		'c' => 'bitrix:disk.file.editor-onlyoffice',
		'mode' => Router::COMPONENT_MODE_AJAX,
	]);

	return $this->redirectTo($link);
}