UserSettingsController
A wrapper class to call BE_USER->uc used for AJAX and Storage/Persistent JS object
This class is a specific Backend controller implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Methods
- processAjaxRequest() : ResponseInterface
 - Processes all AJAX calls and returns a JSON for the data
 - getValidActionFromRequest() : string
 
Methods
processAjaxRequest()
Processes all AJAX calls and returns a JSON for the data
    public
                    processAjaxRequest(ServerRequestInterface $request) : ResponseInterface
    Parameters
- $request : ServerRequestInterface
 
Return values
ResponseInterfacegetValidActionFromRequest()
    protected
                    getValidActionFromRequest(ServerRequestInterface $request) : string
    Parameters
- $request : ServerRequestInterface