Your IP : 216.73.217.13


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-impexp/Configuration/Backend/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/typo3/cms-impexp/Configuration/Backend/Routes.php

<?php

/**
 * Definitions for routes provided by EXT:impexp
 */
return [
    // Register click menu entry point
    'tx_impexp_export' => [
        'path' => '/record/importexport/export',
        'target' => \TYPO3\CMS\Impexp\Controller\ExportController::class . '::handleRequest',
    ],
    'tx_impexp_import' => [
        'path' => '/record/importexport/import',
        'target' => \TYPO3\CMS\Impexp\Controller\ImportController::class . '::handleRequest',
    ],
];