‪TYPO3CMS  11.5
TYPO3\CMS\Backend\Controller\Wizard\ListController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\Wizard\ListController:
TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController

Public Member Functions

ResponseInterface mainAction (ServerRequestInterface $request)
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController
bool checkEditAccess ($table, $uid)
 
BackendUserAuthentication getBackendUserAuthentication ()
 
LanguageService getLanguageService ()
 

Detailed Description

Script Class for redirecting the user to the Web > List module if a wizard-link has been clicked in FormEngine

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

Definition at line 31 of file ListController.php.

Member Function Documentation

◆ mainAction()

ResponseInterface TYPO3\CMS\Backend\Controller\Wizard\ListController::mainAction ( ServerRequestInterface  $request)

Injects the request object for the current request or sub request

Parameters
ServerRequestInterface$request
Returns
‪ResponseInterface

Definition at line 39 of file ListController.php.

References TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController\getLanguageService(), and TYPO3\CMS\Core\Localization\LanguageService\includeLLFile().