15 'sc_alt_file_navframe_expandtoggle' => [
16 'path' =>
'/folder/tree/expand',
17 'target' => Controller\FileSystemNavigationFrameController::class .
'::ajaxExpandCollapse'
22 'path' =>
'/file/process',
23 'target' => Controller\File\FileController::class .
'::processAjaxRequest'
28 'path' =>
'/file/exists',
29 'target' => Controller\File\FileController::class .
'::fileExistsInFolderAction'
33 'record_inline_details' => [
34 'path' =>
'/record/inline/details',
35 'target' => Controller\FormInlineAjaxController::class .
'::detailsAction'
39 'record_inline_create' => [
40 'path' =>
'/record/inline/create',
41 'target' => Controller\FormInlineAjaxController::class .
'::createAction'
45 'record_inline_synchronizelocalize' => [
46 'path' =>
'/record/inline/synchronizelocalize',
47 'target' => Controller\FormInlineAjaxController::class .
'::synchronizeLocalizeAction'
51 'record_inline_expandcollapse' => [
52 'path' =>
'/record/inline/expandcollapse',
53 'target' => Controller\FormInlineAjaxController::class .
'::expandOrCollapseAction'
57 'site_configuration_inline_create' => [
58 'path' =>
'/siteconfiguration/inline/create',
59 'target' => Controller\SiteInlineAjaxController::class .
'::newInlineChildAction'
63 'record_slug_suggest' => [
64 'path' =>
'/record/slug/suggest',
65 'target' => Controller\FormSlugAjaxController::class .
'::suggestAction'
69 'site_configuration_inline_details' => [
70 'path' =>
'/siteconfiguration/inline/details',
71 'target' => Controller\SiteInlineAjaxController::class .
'::openInlineChildAction'
75 'record_flex_container_add' => [
76 'path' =>
'/record/flex/containeradd',
77 'target' => Controller\FormFlexAjaxController::class .
'::containerAdd',
82 'path' =>
'/wizard/suggest/search',
83 'target' => \TYPO3\CMS\Backend\Controller\Wizard\SuggestWizardController::class .
'::searchAction'
87 'record_tree_data' => [
88 'path' =>
'/record/tree/fetchData',
89 'target' => Controller\FormSelectTreeAjaxController::class .
'::fetchDataAction'
94 'path' =>
'/page/tree/fetchData',
95 'target' => Controller\Page\TreeController::class .
'::fetchDataAction'
99 'page_tree_filter' => [
100 'path' =>
'/page/tree/filterData',
101 'target' => Controller\Page\TreeController::class .
'::filterDataAction'
105 'page_tree_configuration' => [
106 'path' =>
'/page/tree/fetchConfiguration',
107 'target' => Controller\Page\TreeController::class .
'::fetchConfigurationAction'
111 'page_tree_set_temporary_mount_point' => [
112 'path' =>
'/page/tree/setTemporaryMountPoint',
113 'target' => Controller\Page\TreeController::class .
'::setTemporaryMountPointAction'
117 'shortcut_editform' => [
118 'path' =>
'/shortcut/editform',
119 'target' => Controller\ShortcutController::class .
'::showEditFormAction'
123 'shortcut_saveform' => [
124 'path' =>
'/shortcut/saveform',
125 'target' => Controller\ShortcutController::class .
'::updateAction'
130 'path' =>
'/shortcut/list',
131 'target' => Controller\ShortcutController::class .
'::menuAction'
135 'shortcut_remove' => [
136 'path' =>
'/shortcut/remove',
137 'target' => Controller\ShortcutController::class .
'::removeAction'
141 'shortcut_create' => [
142 'path' =>
'/shortcut/create',
143 'target' => Controller\ShortcutController::class .
'::addAction'
147 'systeminformation_render' => [
148 'path' =>
'/system-information/render',
149 'target' => \TYPO3\CMS\Backend\Controller\SystemInformationController::class .
'::renderMenuAction',
151 'skipSessionUpdate' => 1
157 'path' =>
'/module-menu',
158 'target' => Controller\BackendController::class .
'::getModuleMenu'
162 'target' => Controller\BackendController::class .
'::getTopbar'
168 'target' => \TYPO3\CMS\Backend\Controller\AjaxLoginController::class .
'::loginAction',
175 'target' => \TYPO3\CMS\Backend\Controller\AjaxLoginController::class .
'::logoutAction',
180 'login_preflight' => [
181 'path' =>
'/login/preflight',
182 'target' => \TYPO3\CMS\Backend\Controller\AjaxLoginController::class .
'::preflightAction',
188 'path' =>
'/login/refresh',
189 'target' => \TYPO3\CMS\Backend\Controller\AjaxLoginController::class .
'::refreshAction',
193 'login_timedout' => [
194 'path' =>
'/login/timedout',
195 'target' => \TYPO3\CMS\Backend\Controller\AjaxLoginController::class .
'::isTimedOutAction',
196 'access' =>
'public',
198 'skipSessionUpdate' => 1
203 'flashmessages_render' => [
204 'path' =>
'/flashmessages/render',
205 'target' => \TYPO3\CMS\Backend\Controller\FlashMessageController::class .
'::getQueuedFlashMessagesAction'
210 'path' =>
'/context-menu',
211 'target' => Controller\ContextMenuController::class .
'::getContextMenuAction'
215 'contextmenu_clipboard' => [
216 'path' =>
'/context-menu/clipboard',
217 'target' => Controller\ContextMenuController::class .
'::clipboardAction'
221 'record_process' => [
222 'path' =>
'/record/process',
223 'target' => Controller\SimpleDataHandlerController::class .
'::processAjaxRequest'
227 'usersettings_process' => [
228 'path' =>
'/usersettings/process',
229 'target' => Controller\UserSettingsController::class .
'::processAjaxRequest'
233 'wizard_image_manipulation' => [
234 'path' =>
'/wizard/image-manipulation',
235 'target' => \TYPO3\CMS\Backend\Controller\Wizard\ImageManipulationController::class .
'::getWizardContent'
240 'path' =>
'/livesearch',
241 'target' => Controller\LiveSearchController::class .
'::liveSearchAction'
245 'online_media_create' => [
246 'path' =>
'/online-media/create',
247 'target' => Controller\OnlineMediaController::class .
'::createAction'
253 'target' => \TYPO3\CMS\Core\Controller\IconController::class .
'::getIcon'
258 'path' =>
'/icons/cache',
259 'target' => \TYPO3\CMS\Core\Controller\IconController::class .
'::getCacheIdentifier'
263 'link_browser_encodetypolink' => [
264 'path' =>
'/link-browser/encode-typolink',
265 'target' => \TYPO3\CMS\Backend\Controller\LinkBrowserController::class .
'::encodeTypoLink',
269 'page_languages' => [
270 'path' =>
'/records/localize/get-languages',
271 'target' => Controller\Page\LocalizationController::class .
'::getUsedLanguagesInPage'
275 'records_localize_summary' => [
276 'path' =>
'/records/localize/summary',
277 'target' => Controller\Page\LocalizationController::class .
'::getRecordLocalizeSummary'
281 'records_localize' => [
282 'path' =>
'/records/localize',
283 'target' => Controller\Page\LocalizationController::class .
'::localizeRecords'
288 'path' =>
'/context-help',
289 'target' => \TYPO3\CMS\Backend\Controller\ContextHelpAjaxController::class .
'::getHelpAction'