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

Public Member Functions

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

Protected Member Functions

 getBackendUserAuthentication ()
 
 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

Render details of selected records, typically used with type='group'.

Definition at line 33 of file RecordsOverview.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Form\FieldWizard\RecordsOverview::__construct ( private readonly IconFactory  $iconFactory)

Definition at line 35 of file RecordsOverview.php.

Member Function Documentation

◆ getBackendUserAuthentication()

TYPO3\CMS\Backend\Form\FieldWizard\RecordsOverview::getBackendUserAuthentication ( )
protected

Definition at line 100 of file RecordsOverview.php.

References $GLOBALS.

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

◆ getLanguageService()

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

Definition at line 105 of file RecordsOverview.php.

References $GLOBALS.

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

◆ render()