ListController
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
Methods
mainAction()
Injects the request object for the current request or sub request
public
mainAction(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface