TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Form\Controller\WizardController Class Reference

Public Member Functions

 __construct ()
 
 saveAction (ServerRequestInterface $request, ResponseInterface $response)
 
 loadAction (ServerRequestInterface $request, ResponseInterface $response)
 

Protected Member Functions

 getRepository ()
 
 getLanguageService ()
 

Detailed Description

The form wizard controller

Definition at line 25 of file WizardController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Form\Controller\WizardController::__construct ( )

Member Function Documentation

◆ getLanguageService()

TYPO3\CMS\Form\Controller\WizardController::getLanguageService ( )
protected

◆ getRepository()

TYPO3\CMS\Form\Controller\WizardController::getRepository ( )
protected

◆ loadAction()

TYPO3\CMS\Form\Controller\WizardController::loadAction ( ServerRequestInterface  $request,
ResponseInterface  $response 
)

The load action called via AJAX

The action which should be taken when the form in the wizard is loaded

Parameters
ServerRequestInterface$request
ResponseInterface$responsethe response object
Returns
ResponseInterface returns a 500 error or a valid JSON response

Definition at line 95 of file WizardController.php.

References TYPO3\CMS\Form\Controller\WizardController\getLanguageService(), and TYPO3\CMS\Form\Controller\WizardController\getRepository().

◆ saveAction()

TYPO3\CMS\Form\Controller\WizardController::saveAction ( ServerRequestInterface  $request,
ResponseInterface  $response 
)

The save action called via AJAX

The action which should be taken when the form in the wizard is saved

Parameters
ServerRequestInterface$request
ResponseInterface$response
Returns
ResponseInterface returns a 500 error or a valid JSON response

Definition at line 62 of file WizardController.php.

References TYPO3\CMS\Form\Controller\WizardController\getLanguageService(), and TYPO3\CMS\Form\Controller\WizardController\getRepository().