‪TYPO3CMS  11.5
Routes.php File Reference

Go to the source code of this file.

Variables

 return ['file_edit'=>['path'=> '/file/editcontent', 'target'=> \TYPO3\CMS\Filelist\Controller\File\EditFileController::class . '::mainAction',], 'file_newfolder'=>['path'=> '/file/new', 'target'=> \TYPO3\CMS\Filelist\Controller\File\CreateFolderController::class . '::mainAction',], 'file_rename'=>['path'=> '/file/rename', 'target'=> \TYPO3\CMS\Filelist\Controller\File\RenameFileController::class . '::mainAction',], 'file_replace'=>['path'=> '/file/replace', 'target'=> \TYPO3\CMS\Filelist\Controller\File\ReplaceFileController::class . '::mainAction',], 'file_upload'=>['path'=> '/file/upload', 'target'=> \TYPO3\CMS\Filelist\Controller\File\FileUploadController::class . '::mainAction',], 'file_download'=>['path'=> '/file/download', 'methods'=>['POST'], 'target'=> \TYPO3\CMS\Filelist\Controller\FileDownloadController::class . '::handleRequest',],]
 

Variable Documentation

◆ return

return[ 'file_edit'=>[ 'path'=> '/file/editcontent', 'target'=> \TYPO3\CMS\Filelist\Controller\File\EditFileController::class . '::mainAction',], 'file_newfolder'=>[ 'path'=> '/file/new', 'target'=> \TYPO3\CMS\Filelist\Controller\File\CreateFolderController::class . '::mainAction',], 'file_rename'=>[ 'path'=> '/file/rename', 'target'=> \TYPO3\CMS\Filelist\Controller\File\RenameFileController::class . '::mainAction',], 'file_replace'=>[ 'path'=> '/file/replace', 'target'=> \TYPO3\CMS\Filelist\Controller\File\ReplaceFileController::class . '::mainAction',], 'file_upload'=>[ 'path'=> '/file/upload', 'target'=> \TYPO3\CMS\Filelist\Controller\File\FileUploadController::class . '::mainAction',], 'file_download'=>[ 'path'=> '/file/download', 'methods'=>[ 'POST'], 'target'=> \TYPO3\CMS\Filelist\Controller\FileDownloadController::class . '::handleRequest',],]

Definitions for routes provided by EXT:backend Contains all "regular" routes for entry points

Please note that this setup is preliminary until all core use-cases are set up here. Especially some more properties regarding modules will be added until TYPO3 CMS 7 LTS, and might change.

Currently the "access" property is only used so no token creation + validation is made, but will be extended further.

Definition at line 13 of file Routes.php.