20 'target' => Controller\LoginController::class .
'::formAction'
26 'referrer' =>
'required,refresh-always',
27 'target' => Controller\BackendController::class .
'::mainAction'
33 'target' => Controller\LogoutController::class .
'::logoutAction'
38 'path' =>
'/login/frame',
40 'target' => Controller\LoginController::class .
'::refreshAction'
46 'path' =>
'/wizard/table',
47 'target' => Controller\Wizard\TableController::class .
'::mainAction'
52 'path' =>
'/wizard/add',
53 'target' => Controller\Wizard\AddController::class .
'::mainAction'
58 'path' =>
'/wizard/list',
59 'target' => Controller\Wizard\ListController::class .
'::mainAction'
64 'path' =>
'/wizard/edit',
65 'target' => Controller\Wizard\EditController::class .
'::mainAction'
70 'path' =>
'/wizard/link/browse',
71 'target' => \TYPO3\CMS\Backend\Controller\LinkBrowserController::class .
'::mainAction'
78 'path' =>
'/folder/tree',
79 'target' => Controller\FileSystemNavigationFrameController::class .
'::mainAction'
84 'path' =>
'/file/editcontent',
85 'target' => Controller\File\EditFileController::class .
'::mainAction'
90 'path' =>
'/file/new',
91 'target' => Controller\File\CreateFolderController::class .
'::mainAction'
96 'path' =>
'/file/rename',
97 'target' => Controller\File\RenameFileController::class .
'::mainAction'
102 'path' =>
'/file/replace',
103 'target' => Controller\File\ReplaceFileController::class .
'::mainAction'
108 'path' =>
'/file/upload',
109 'target' => Controller\File\FileUploadController::class .
'::mainAction'
114 'path' =>
'/online-media',
115 'target' => Controller\OnlineMediaController::class .
'::mainAction'
120 'record_history' => [
121 'path' =>
'/record/history',
122 'target' => Controller\ContentElement\ElementHistoryController::class .
'::mainAction'
127 'path' =>
'/record/new',
128 'target' => Controller\NewRecordController::class .
'::mainAction'
133 'path' =>
'/pages/sort',
134 'target' => Controller\Page\SortSubPagesController::class .
'::mainAction'
139 'path' =>
'/pages/new',
140 'target' => Controller\Page\NewMultiplePagesController::class .
'::mainAction'
144 'new_content_element' => [
145 'path' =>
'/record/content/new',
146 'target' => Controller\ContentElement\NewContentElementController::class .
'::mainAction'
150 'new_content_element_wizard' => [
151 'path' =>
'/record/content/wizard/new',
152 'target' => Controller\ContentElement\NewContentElementController::class .
'::wizardAction'
157 'path' =>
'/record/move',
158 'target' => Controller\ContentElement\MoveElementController::class .
'::mainAction'
163 'path' =>
'/record/info',
164 'target' => Controller\ContentElement\ElementInformationController::class .
'::mainAction'
170 'path' =>
'/record/browse',
171 'target' => \TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController::class .
'::mainAction'
177 'target' => Controller\DummyController::class .
'::mainAction'
188 'path' =>
'/record/commit',
189 'target' => Controller\SimpleDataHandlerController::class .
'::mainAction'
200 'path' =>
'/file/commit',
201 'target' => Controller\File\FileController::class .
'::mainAction'
210 'path' =>
'/record/edit',
211 'target' => Controller\EditDocumentController::class .
'::mainAction'
216 'path' =>
'/thumbnails',
217 'target' => Controller\File\ThumbnailController::class .
'::render'