‪TYPO3CMS  10.4
TYPO3\CMS\Backend\Form\FieldWizard\LocalizationStateSelector Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FieldWizard\LocalizationStateSelector:
TYPO3\CMS\Backend\Form\AbstractNode TYPO3\CMS\Backend\Form\NodeInterface

Public Member Functions

array render ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
 __construct (NodeFactory $nodeFactory, array $data)
 

Protected Member Functions

LanguageService getLanguageService ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
array initializeResultArray ()
 
array mergeChildReturnIntoExistingResult (array $existing, array $childReturn, bool $mergeHtml=true)
 
string getValidationDataAsJsonString (array $config)
 

Additional Inherited Members

- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
NodeFactory $nodeFactory
 
array $data = array( )
 
array $defaultFieldInformation = array( )
 
array $defaultFieldControl = array( )
 
array $defaultFieldWizard = array( )
 

Detailed Description

Allows to define the localization state per field.

Definition at line 28 of file LocalizationStateSelector.php.

Member Function Documentation

◆ getLanguageService()

LanguageService TYPO3\CMS\Backend\Form\FieldWizard\LocalizationStateSelector::getLanguageService ( )
protected
Returns
‪LanguageService

Definition at line 142 of file LocalizationStateSelector.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Form\FieldWizard\LocalizationStateSelector\render().

◆ render()

array TYPO3\CMS\Backend\Form\FieldWizard\LocalizationStateSelector::render ( )