---
title: "Deprecation: #88662 - Deprecated backend route xMOD_tximpexp"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-88662"
source: "Changelog/10.0/Deprecation-88662-DeprecatedBackendRouteXMOD_tximpexp.rst"
typo3-version: "10.0"
typo3-major: 10
type: "deprecation"
issue: 88662
forge: "https://forge.typo3.org/issues/88662"
tags: ["Backend", "NotScanned", "ext:impexp"]
rendered: "2026-09-18T10:44:28+00:00"
---

# Deprecation: #88662 - Deprecated backend route xMOD_tximpexp {#deprecation-88662}

See [forge#88662](https://forge.typo3.org/issues/88662)

## Description {#description}

The route identifier `xMOD_tximpexp` (route `record/importexport`) pointing to
`ImportExportController::mainAction` has been marked as deprecated. The class was previously responsible to handle
either the export or the import process, controlled by a query parameter.

## Impact {#impact}

Calling the route will trigger a PHP `E_USER_DEPRECATED` error.

## Affected Installations {#affected-installations}

All 3rd-party extensions using the route `xMOD_tximpexp` are affected.

## Migration {#migration}

Depending on the task, either use `tx_impexp_export` or `tx_impexp_import`. Additionally, remove any
`tx_impexp[action]` query parameter.
