• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/controller/editor/file.php
  • Класс: BitrixTranslateControllerEditorFile
  • Вызов: File::cancelAction
public function cancelAction(): array
{
	return [
		'STATUS' => TranslateControllerSTATUS_COMPLETED
	];
}