TYPO3 CMS  TYPO3_8-7
Routes.php
Go to the documentation of this file.
1 <?php
2 
6 return [
7  // Register click menu entry point
8  'xMOD_tximpexp' => [
9  'path' => '/record/importexport/',
10  'target' => \TYPO3\CMS\Impexp\Controller\ImportExportController::class . '::mainAction'
11  ]
12 ];