‪TYPO3CMS  11.5
Routes.php File Reference

Go to the source code of this file.

Variables

 return ['wizard_element_browser'=>['path'=> '/wizard/record/browse', 'target'=> \TYPO3\CMS\Recordlist\Controller\ElementBrowserController::class . '::mainAction',], 'record_download'=>['path'=> '/record/download', 'methods'=>['POST'], 'target'=> \TYPO3\CMS\Recordlist\Controller\RecordDownloadController::class . '::handleDownloadRequest',],]
 

Variable Documentation

◆ return

return[ 'wizard_element_browser'=>[ 'path'=> '/wizard/record/browse', 'target'=> \TYPO3\CMS\Recordlist\Controller\ElementBrowserController::class . '::mainAction',], 'record_download'=>[ 'path'=> '/record/download', 'methods'=>[ 'POST'], 'target'=> \TYPO3\CMS\Recordlist\Controller\RecordDownloadController::class . '::handleDownloadRequest',],]

Definitions of routes

Definition at line 5 of file Routes.php.