‪TYPO3CMS  10.4
TYPO3\CMS\Workspaces\Controller\AjaxController Class Reference

Public Member Functions

ResponseInterface switchWorkspaceAction (ServerRequestInterface $request)
 

Protected Member Functions

BackendUserAuthentication getBackendUser ()
 

Detailed Description

Implements the AJAX functionality for the various asynchronous calls

This is a specific Backend Controller implementation and is not considered part of the Public TYPO3 API.

Definition at line 30 of file AjaxController.php.

Member Function Documentation

◆ getBackendUser()

BackendUserAuthentication TYPO3\CMS\Workspaces\Controller\AjaxController::getBackendUser ( )
protected
Returns
‪BackendUserAuthentication

Definition at line 83 of file AjaxController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Workspaces\Controller\AjaxController\switchWorkspaceAction().

◆ switchWorkspaceAction()

ResponseInterface TYPO3\CMS\Workspaces\Controller\AjaxController::switchWorkspaceAction ( ServerRequestInterface  $request)