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

Additional Inherited Members

- ‪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)
 
- ‪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

Renders the icon with link parameters to jump to the list module "single table" view, showing only one configurable table.

Definition at line 29 of file ListModule.php.

Member Function Documentation

◆ render()

array TYPO3\CMS\Backend\Form\FieldControl\ListModule::render ( )

Add button control

Returns
‪array As defined by FieldControl class

Reimplemented from TYPO3\CMS\Backend\Form\AbstractNode.

Definition at line 36 of file ListModule.php.

References $GLOBALS, TYPO3\CMS\Core\Utility\StringUtility\getUniqueId(), and TYPO3\CMS\Core\Utility\GeneralUtility\trimExplode().