TYPO3 CMS  TYPO3_8-7
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

 render ()
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Form\AbstractNode
 __construct (NodeFactory $nodeFactory, array $data)
 
 render ()
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Backend\Form\AbstractNode
 initializeResultArray ()
 
 mergeChildReturnIntoExistingResult (array $existing, array $childReturn, bool $mergeHtml=true)
 
 getValidationDataAsDataAttribute (array $config)
 
 getValidationDataAsJsonString (array $config)
 
- Protected Attributes inherited from TYPO3\CMS\Backend\Form\AbstractNode
 $nodeFactory
 
 $data = []
 
 $defaultFieldInformation = []
 
 $defaultFieldControl = []
 
 $defaultFieldWizard = []
 

Detailed Description

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

Definition at line 25 of file SelectIcons.php.

Member Function Documentation

◆ render()

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