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

Public Member Functions

 __construct (private readonly DiffUtility $diffUtility,)
 
array render ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
 setData (array $data)
 

Protected Member Functions

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

Additional Inherited Members

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

Detailed Description

Renders the diff-view of default language record content compared with what the record was originally translated from. Will render content if any is found in the internal array.

This is typically used of renderTypes that are based on text input

Definition at line 32 of file DefaultLanguageDifferences.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Form\FieldWizard\DefaultLanguageDifferences::__construct ( private readonly DiffUtility  $diffUtility)

Definition at line 34 of file DefaultLanguageDifferences.php.

Member Function Documentation

◆ getLanguageService()

TYPO3\CMS\Backend\Form\FieldWizard\DefaultLanguageDifferences::getLanguageService ( )
protected

◆ render()

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