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

Protected Member Functions

 addJavaScriptModulesToJavaScriptItems (array $modules, JavaScriptItems $items)
 
string getRelativePathToStylesheetFile (string $stylesheetFile)
 
array getLabelsFromLocalizationFile (string $file)
 
 getLanguageService ()
 

Detailed Description

Abstract class for a couple of FormEngine controllers triggered by ajax calls. The class containers some helpers to for instance prepare the form render result for json output.

Marked as internal for now, methods in this class may change any time.

Definition at line 35 of file AbstractFormEngineAjaxController.php.

Member Function Documentation

◆ addJavaScriptModulesToJavaScriptItems()

◆ getLabelsFromLocalizationFile()

array TYPO3\CMS\Backend\Controller\AbstractFormEngineAjaxController::getLabelsFromLocalizationFile ( string  $file)
protected

◆ getLanguageService()

TYPO3\CMS\Backend\Controller\AbstractFormEngineAjaxController::getLanguageService ( )
protected

◆ getRelativePathToStylesheetFile()