AjaxController

Implements the AJAX functionality for the various asynchronous calls

Internal

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

Table of Contents

Methods

__construct()  : mixed
switchWorkspaceAction()  : ResponseInterface
Sets the TYPO3 Backend context to a certain workspace, called by the Backend toolbar menu
getBackendUser()  : BackendUserAuthentication
getPageModuleName()  : string
Get the page module name. Either "web_layout" or custom module name from TSconfig. Also perform module access check.

Methods

switchWorkspaceAction()

Sets the TYPO3 Backend context to a certain workspace, called by the Backend toolbar menu

public switchWorkspaceAction(ServerRequestInterface $request) : ResponseInterface
Parameters
$request : ServerRequestInterface
Return values
ResponseInterface

getPageModuleName()

Get the page module name. Either "web_layout" or custom module name from TSconfig. Also perform module access check.

protected getPageModuleName() : string
Return values
string

        
On this page

Search results