‪TYPO3CMS  ‪main
Routes.php File Reference

Go to the source code of this file.

Variables

 return ['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',],]
 

Variable Documentation

◆ return

return[ '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',],]

Definitions for routes provided by EXT:impexp

Definition at line 6 of file Routes.php.