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

Render thumbnails of icons, typically used with type=select.

Definition at line 27 of file SelectIcons.php.

Member Function Documentation

◆ render()

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

Render thumbnails of selected files

Returns
‪array

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

Definition at line 34 of file SelectIcons.php.

References TYPO3\CMS\Backend\Form\Utility\FormEngineUtility\getIconHtml(), and TYPO3\CMS\Backend\Form\AbstractNode\initializeResultArray().