TYPO3 CMS  TYPO3_7-6
Routes.php File Reference

Go to the source code of this file.

Variables

 return ['login'=> ['path'=> '/login', 'access'=> 'public', 'target'=> Controller\LoginController::class . '::formAction'], 'main'=> ['path'=> '/main', 'target'=> Controller\BackendController::class . '::mainAction'], 'logout'=> ['path'=> '/logout', 'target'=> Controller\LogoutController::class . '::logoutAction'], 'login_frameset'=> ['path'=> '/login/frame', 'target'=> Controller\LoginFramesetController::class . '::mainAction'], 'wizard_backend_layout'=> ['path'=> '/wizard/backend_layout', 'target'=> Controller\BackendLayoutWizardController::class . '::mainAction'], 'wizard_colorpicker'=> ['path'=> '/wizard/colorpicker', 'target'=> Controller\Wizard\ColorpickerController::class . '::mainAction'], 'wizard_table'=> ['path'=> '/wizard/table', 'target'=> Controller\Wizard\TableController::class . '::mainAction'], 'wizard_rte'=> ['path'=> '/wizard/rte', 'target'=> Controller\Wizard\RteController::class . '::mainAction'], 'wizard_add'=> ['path'=> '/wizard/add', 'target'=> Controller\Wizard\AddController::class . '::mainAction'], 'wizard_list'=> ['path'=> '/wizard/list', 'target'=> Controller\Wizard\ListController::class . '::mainAction'], 'wizard_edit'=> ['path'=> '/wizard/edit', 'target'=> Controller\Wizard\EditController::class . '::mainAction'], 'wizard_link'=> ['path'=> '/wizard/link/browse', 'target'=> \TYPO3\CMS\Backend\Controller\LinkBrowserController::class . '::mainAction'], 'file_navframe'=> ['path'=> '/folder/tree', 'target'=> Controller\FileSystemNavigationFrameController::class . '::mainAction'], 'file_edit'=> ['path'=> '/file/editcontent', 'target'=> Controller\File\EditFileController::class . '::mainAction'], 'file_newfolder'=> ['path'=> '/file/new', 'target'=> Controller\File\CreateFolderController::class . '::mainAction'], 'file_rename'=> ['path'=> '/file/rename', 'target'=> Controller\File\RenameFileController::class . '::mainAction'], 'file_replace'=> ['path'=> '/file/replace', 'target'=> Controller\File\ReplaceFileController::class . '::mainAction'], 'file_upload'=> ['path'=> '/file/upload', 'target'=> Controller\File\FileUploadController::class . '::mainAction'], 'online_media'=> ['path'=> '/online-media', 'target'=> Controller\OnlineMediaController::class . '::mainAction'], 'record_history'=> ['path'=> '/record/history', 'target'=> Controller\ContentElement\ElementHistoryController::class . '::mainAction'], 'db_new'=> ['path'=> '/record/new', 'target'=> Controller\NewRecordController::class . '::mainAction'], 'new_content_element'=> ['path'=> '/record/content/new', 'target'=> Controller\ContentElement\NewContentElementController::class . '::mainAction'], 'move_element'=> ['path'=> '/record/move', 'target'=> Controller\ContentElement\MoveElementController::class . '::mainAction'], 'show_item'=> ['path'=> '/record/info', 'target'=> Controller\ContentElement\ElementInformationController::class . '::mainAction'], 'browser'=> ['path'=> '/record/browse', 'target'=> \TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController::class . '::mainAction'], 'dummy'=> ['path'=> '/empty', 'target'=> Controller\DummyController::class . '::mainAction'], 'tce_db'=> ['path'=> '/record/commit', 'target'=> Controller\SimpleDataHandlerController::class . '::mainAction'], 'tce_file'=> ['path'=> '/file/commit', 'target'=> Controller\File\FileController::class . '::mainAction'], 'record_edit'=> ['path'=> '/record/edit', 'target'=> Controller\EditDocumentController::class . '::mainAction']]
 

Variable Documentation

◆ return

return[ 'login'=> [ 'path'=> '/login', 'access'=> 'public', 'target'=> Controller\LoginController::class . '::formAction'], 'main'=> [ 'path'=> '/main', 'target'=> Controller\BackendController::class . '::mainAction'], 'logout'=> [ 'path'=> '/logout', 'target'=> Controller\LogoutController::class . '::logoutAction'], 'login_frameset'=> [ 'path'=> '/login/frame', 'target'=> Controller\LoginFramesetController::class . '::mainAction'], 'wizard_backend_layout'=> [ 'path'=> '/wizard/backend_layout', 'target'=> Controller\BackendLayoutWizardController::class . '::mainAction'], 'wizard_colorpicker'=> [ 'path'=> '/wizard/colorpicker', 'target'=> Controller\Wizard\ColorpickerController::class . '::mainAction'], 'wizard_table'=> [ 'path'=> '/wizard/table', 'target'=> Controller\Wizard\TableController::class . '::mainAction'], 'wizard_rte'=> [ 'path'=> '/wizard/rte', 'target'=> Controller\Wizard\RteController::class . '::mainAction'], 'wizard_add'=> [ 'path'=> '/wizard/add', 'target'=> Controller\Wizard\AddController::class . '::mainAction'], 'wizard_list'=> [ 'path'=> '/wizard/list', 'target'=> Controller\Wizard\ListController::class . '::mainAction'], 'wizard_edit'=> [ 'path'=> '/wizard/edit', 'target'=> Controller\Wizard\EditController::class . '::mainAction'], 'wizard_link'=> [ 'path'=> '/wizard/link/browse', 'target'=> \TYPO3\CMS\Backend\Controller\LinkBrowserController::class . '::mainAction'], 'file_navframe'=> [ 'path'=> '/folder/tree', 'target'=> Controller\FileSystemNavigationFrameController::class . '::mainAction'], 'file_edit'=> [ 'path'=> '/file/editcontent', 'target'=> Controller\File\EditFileController::class . '::mainAction'], 'file_newfolder'=> [ 'path'=> '/file/new', 'target'=> Controller\File\CreateFolderController::class . '::mainAction'], 'file_rename'=> [ 'path'=> '/file/rename', 'target'=> Controller\File\RenameFileController::class . '::mainAction'], 'file_replace'=> [ 'path'=> '/file/replace', 'target'=> Controller\File\ReplaceFileController::class . '::mainAction'], 'file_upload'=> [ 'path'=> '/file/upload', 'target'=> Controller\File\FileUploadController::class . '::mainAction'], 'online_media'=> [ 'path'=> '/online-media', 'target'=> Controller\OnlineMediaController::class . '::mainAction'], 'record_history'=> [ 'path'=> '/record/history', 'target'=> Controller\ContentElement\ElementHistoryController::class . '::mainAction'], 'db_new'=> [ 'path'=> '/record/new', 'target'=> Controller\NewRecordController::class . '::mainAction'], 'new_content_element'=> [ 'path'=> '/record/content/new', 'target'=> Controller\ContentElement\NewContentElementController::class . '::mainAction'], 'move_element'=> [ 'path'=> '/record/move', 'target'=> Controller\ContentElement\MoveElementController::class . '::mainAction'], 'show_item'=> [ 'path'=> '/record/info', 'target'=> Controller\ContentElement\ElementInformationController::class . '::mainAction'], 'browser'=> [ 'path'=> '/record/browse', 'target'=> \TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController::class . '::mainAction'], 'dummy'=> [ 'path'=> '/empty', 'target'=> Controller\DummyController::class . '::mainAction'], 'tce_db'=> [ 'path'=> '/record/commit', 'target'=> Controller\SimpleDataHandlerController::class . '::mainAction'], 'tce_file'=> [ 'path'=> '/file/commit', 'target'=> Controller\File\FileController::class . '::mainAction'], 'record_edit'=> [ 'path'=> '/record/edit', 'target'=> Controller\EditDocumentController::class . '::mainAction']]

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 209 of file Routes.php.