‪TYPO3CMS  10.4
TYPO3\CMS\Backend\Form\FieldWizard\OtherLanguageContent Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FieldWizard\OtherLanguageContent:
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

string previewFieldValue ($value)
 
- ‪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

Render values of "other" languages. If editing a localized row, this is typically the content value of the according default record, but it may render field values of other languages too, depending on configuration.

Definition at line 31 of file OtherLanguageContent.php.

Member Function Documentation

◆ previewFieldValue()

string TYPO3\CMS\Backend\Form\FieldWizard\OtherLanguageContent::previewFieldValue (   $value)
protected

Rendering preview output of a field value which is not shown as a form field but just outputted.

Parameters
string$value‪The value to output
Returns
‪string HTML formatted output

Definition at line 105 of file OtherLanguageContent.php.

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

◆ render()

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