TYPO3  7.6
workspaces/Configuration/Backend/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 ];