2 use TYPO3\CMS\Backend\Controller;
19 'target' => Controller\LoginController::class .
'::formAction'
25 'target' => Controller\BackendController::class .
'::mainAction'
31 'target' => Controller\LogoutController::class .
'::logoutAction'
36 'path' =>
'/login/frame',
37 'target' => Controller\LoginFramesetController::class .
'::mainAction'
42 'wizard_backend_layout' => [
43 'path' =>
'/wizard/backend_layout',
44 'target' => Controller\BackendLayoutWizardController::class .
'::mainAction'
48 'wizard_colorpicker' => [
49 'path' =>
'/wizard/colorpicker',
50 'target' => Controller\Wizard\ColorpickerController::class .
'::mainAction'
55 'path' =>
'/wizard/table',
56 'target' => Controller\Wizard\TableController::class .
'::mainAction'
61 'path' =>
'/wizard/rte',
62 'target' => Controller\Wizard\RteController::class .
'::mainAction'
67 'path' =>
'/wizard/add',
68 'target' => Controller\Wizard\AddController::class .
'::mainAction'
73 'path' =>
'/wizard/list',
74 'target' => Controller\Wizard\ListController::class .
'::mainAction'
79 'path' =>
'/wizard/edit',
80 'target' => Controller\Wizard\EditController::class .
'::mainAction'
85 'path' =>
'/wizard/link/browse',
86 'target' => \TYPO3\CMS\Backend\Controller\LinkBrowserController::class .
'::mainAction'
93 'path' =>
'/folder/tree',
94 'target' => Controller\FileSystemNavigationFrameController::class .
'::mainAction'
99 'path' =>
'/file/editcontent',
100 'target' => Controller\File\EditFileController::class .
'::mainAction'
104 'file_newfolder' => [
105 'path' =>
'/file/new',
106 'target' => Controller\File\CreateFolderController::class .
'::mainAction'
111 'path' =>
'/file/rename',
112 'target' => Controller\File\RenameFileController::class .
'::mainAction'
117 'path' =>
'/file/replace',
118 'target' => Controller\File\ReplaceFileController::class .
'::mainAction'
123 'path' =>
'/file/upload',
124 'target' => Controller\File\FileUploadController::class .
'::mainAction'
129 'path' =>
'/online-media',
130 'target' => Controller\OnlineMediaController::class .
'::mainAction'
135 'record_history' => [
136 'path' =>
'/record/history',
137 'target' => Controller\ContentElement\ElementHistoryController::class .
'::mainAction'
142 'path' =>
'/record/new',
143 'target' => Controller\NewRecordController::class .
'::mainAction'
147 'new_content_element' => [
148 'path' =>
'/record/content/new',
149 'target' => Controller\ContentElement\NewContentElementController::class .
'::mainAction'
154 'path' =>
'/record/move',
155 'target' => Controller\ContentElement\MoveElementController::class .
'::mainAction'
160 'path' =>
'/record/info',
161 'target' => Controller\ContentElement\ElementInformationController::class .
'::mainAction'
166 'path' =>
'/record/browse',
167 'target' => \TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController::class .
'::mainAction'
173 'target' => Controller\DummyController::class .
'::mainAction'
184 'path' =>
'/record/commit',
185 'target' => Controller\SimpleDataHandlerController::class .
'::mainAction'
196 'path' =>
'/file/commit',
197 'target' => Controller\File\FileController::class .
'::mainAction'
206 'path' =>
'/record/edit',
207 'target' => Controller\EditDocumentController::class .
'::mainAction'