‪TYPO3CMS  ‪main
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
 setData (array $data)
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
 initializeResultArray ()
 
array mergeChildReturnIntoExistingResult (array $existing, array $childReturn, bool $mergeHtml=true)
 
 getValidationDataAsJsonString (array $config)
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
array $data = []
 
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()

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