‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Controller\FormFlexAjaxController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\FormFlexAjaxController:
TYPO3\CMS\Backend\Controller\AbstractFormEngineAjaxController

Public Member Functions

 __construct (private readonly FormDataCompiler $formDataCompiler, private readonly FlexFormTools $flexFormTools,)
 
 containerAdd (ServerRequestInterface $request)
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Controller\AbstractFormEngineAjaxController
 addJavaScriptModulesToJavaScriptItems (array $modules, JavaScriptItems $items)
 
string getRelativePathToStylesheetFile (string $stylesheetFile)
 
array getLabelsFromLocalizationFile (string $file)
 
 getLanguageService ()
 

Detailed Description

Handle FormEngine flex field ajax calls

Definition at line 38 of file FormFlexAjaxController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Controller\FormFlexAjaxController::__construct ( private readonly FormDataCompiler  $formDataCompiler,
private readonly FlexFormTools  $flexFormTools 
)

Definition at line 40 of file FormFlexAjaxController.php.

Member Function Documentation

◆ containerAdd()