‪TYPO3CMS  10.4
AjaxRoutes.php File Reference

Go to the source code of this file.

Variables

 return ['workspace_switch'=>['path'=> '/workspace/switch', 'target'=> \TYPO3\CMS\Workspaces\Controller\AjaxController::class . '::switchWorkspaceAction'], 'workspace_dispatch'=>['path'=> '/workspace/dispatch', 'target'=> \TYPO3\CMS\Workspaces\Controller\AjaxDispatcher::class . '::dispatch']]
 

Variable Documentation

◆ return

return[ 'workspace_switch'=>[ 'path'=> '/workspace/switch', 'target'=> \TYPO3\CMS\Workspaces\Controller\AjaxController::class . '::switchWorkspaceAction'], 'workspace_dispatch'=>[ 'path'=> '/workspace/dispatch', 'target'=> \TYPO3\CMS\Workspaces\Controller\AjaxDispatcher::class . '::dispatch']]

Definitions for routes provided by EXT:workspaces

Definition at line 6 of file AjaxRoutes.php.