‪TYPO3CMS  10.4
AjaxRoutes.php
Go to the documentation of this file.
1 <?php
2 
6 return [
7  // Set the workspace
8  'workspace_switch' => [
9  'path' => '/workspace/switch',
10  'target' => \TYPO3\CMS\Workspaces\Controller\AjaxController::class . '::switchWorkspaceAction'
11  ],
12  'workspace_dispatch' => [
13  'path' => '/workspace/dispatch',
14  'target' => \TYPO3\CMS\Workspaces\Controller\AjaxDispatcher::class . '::dispatch'
15  ]
16 ];