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

 addEntryPoint (string $tableName, array $fieldConfig, array $attributes)
 
 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 list of tables and link to element browser, typically used with type=group and internal_type=db.

Definition at line 32 of file TableList.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 34 of file TableList.php.

Member Function Documentation

◆ addEntryPoint()

TYPO3\CMS\Backend\Form\FieldWizard\TableList::addEntryPoint ( string  $tableName,
array  $fieldConfig,
array  $attributes 
)
protected

Try to resolve a configured default entry point - page / folder to be expanded - and add it to the attributes if found.

Definition at line 103 of file TableList.php.

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

◆ getLanguageService()

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

Definition at line 146 of file TableList.php.

References $GLOBALS.

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

◆ render()