‪TYPO3CMS  9.5
TYPO3\CMS\Taskcenter\Controller\TaskStatusController Class Reference

Public Member Functions

ResponseInterface saveCollapseState (ServerRequestInterface $request)
 
ResponseInterface saveSortingState (ServerRequestInterface $request)
 

Protected Member Functions

TYPO3 CMS Core Authentication BackendUserAuthentication getBackendUserAuthentication ()
 

Detailed Description

Status of tasks

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

Definition at line 25 of file TaskStatusController.php.

Member Function Documentation

◆ getBackendUserAuthentication()

TYPO3 CMS Core Authentication BackendUserAuthentication TYPO3\CMS\Taskcenter\Controller\TaskStatusController::getBackendUserAuthentication ( )
protected

Returns BackendUserAuthentication

Returns
‪\TYPO3\CMS\Core\Authentication\BackendUserAuthentication

Definition at line 72 of file TaskStatusController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Taskcenter\Controller\TaskStatusController\saveCollapseState(), and TYPO3\CMS\Taskcenter\Controller\TaskStatusController\saveSortingState().

◆ saveCollapseState()

ResponseInterface TYPO3\CMS\Taskcenter\Controller\TaskStatusController::saveCollapseState ( ServerRequestInterface  $request)

Saves the section toggle state of tasks in the backend user's uc

Parameters
ServerRequestInterface$request
Returns
‪ResponseInterface

Definition at line 33 of file TaskStatusController.php.

References TYPO3\CMS\Taskcenter\Controller\TaskStatusController\getBackendUserAuthentication(), and TYPO3\CMS\Core\Authentication\AbstractUserAuthentication\writeUC().

◆ saveSortingState()

ResponseInterface TYPO3\CMS\Taskcenter\Controller\TaskStatusController::saveSortingState ( ServerRequestInterface  $request)

Saves the sorting order of tasks in the backend user's uc

Parameters
ServerRequestInterface$request
Returns
‪ResponseInterface

Definition at line 52 of file TaskStatusController.php.

References TYPO3\CMS\Taskcenter\Controller\TaskStatusController\getBackendUserAuthentication(), and TYPO3\CMS\Core\Authentication\AbstractUserAuthentication\writeUC().