TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Controller\Wizard\ListController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\Wizard\ListController:
TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController TYPO3\CMS\Backend\Module\AbstractModule

Public Member Functions

 __construct ()
 
 mainAction (ServerRequestInterface $request, ResponseInterface $response)
 
 main ()
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Module\AbstractModule
 __construct ()
 
 processRequest (ServerRequestInterface $request, ResponseInterface $response)
 

Public Attributes

 $pid
 
 $P
 
 $table
 
 $id
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController
 checkEditAccess ($table, $uid)
 
 getBackendUserAuthentication ()
 
 getLanguageService ()
 
 getDocumentTemplate ()
 
 getDatabaseConnection ()
 
- Protected Attributes inherited from TYPO3\CMS\Backend\Module\AbstractModule
 $moduleTemplate
 
 $request
 

Detailed Description

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

Definition at line 26 of file ListController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Controller\Wizard\ListController::__construct ( )

Member Function Documentation

◆ main()

◆ mainAction()

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

Injects the request object for the current request or subrequest As this controller goes only through the main() method, it is rather simple for now

Parameters
ServerRequestInterface$request
ResponseInterface$response
Returns
ResponseInterface

Definition at line 75 of file ListController.php.

References TYPO3\CMS\Backend\Controller\Wizard\ListController\main().

Member Data Documentation

◆ $id

TYPO3\CMS\Backend\Controller\Wizard\ListController::$id

Definition at line 52 of file ListController.php.

◆ $P

TYPO3\CMS\Backend\Controller\Wizard\ListController::$P

Definition at line 38 of file ListController.php.

◆ $pid

TYPO3\CMS\Backend\Controller\Wizard\ListController::$pid

◆ $table

TYPO3\CMS\Backend\Controller\Wizard\ListController::$table

Definition at line 45 of file ListController.php.