Deprecation: #88662 - Deprecated backend route xMOD_tximpexp
See forge#88662
Description
The route identifier
x
(route record/
) pointing to
Import
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
Calling the route will trigger a PHP
E_
error.
Affected Installations
All 3rd-party extensions using the route
x
are affected.
Migration
Depending on the task, either use
tx_
or
tx_
. Additionally, remove any
tx_
query parameter.