ListController extends AbstractWizardController
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.
Table of Contents
Methods
- mainAction() : ResponseInterface
 - Injects the request object for the current request or sub request
 - checkEditAccess() : bool
 - Checks access for element
 - getBackendUserAuthentication() : BackendUserAuthentication
 - Returns an instance of BackendUserAuthentication
 - getLanguageService() : LanguageService
 - Returns an instance of LanguageService
 
Methods
mainAction()
Injects the request object for the current request or sub request
    public
                    mainAction(ServerRequestInterface $request) : ResponseInterface
    Parameters
- $request : ServerRequestInterface
 
Return values
ResponseInterfacecheckEditAccess()
Checks access for element
    protected
                    checkEditAccess(string $table, int $uid) : bool
    Parameters
- $table : string
 - 
                    
Table name
 - $uid : int
 - 
                    
Record uid
 
Return values
boolgetBackendUserAuthentication()
Returns an instance of BackendUserAuthentication
    protected
                    getBackendUserAuthentication() : BackendUserAuthentication
    Return values
BackendUserAuthenticationgetLanguageService()
Returns an instance of LanguageService
    protected
                    getLanguageService() : LanguageService