TYPO3 CMS  TYPO3_8-7
TYPO3\CMS\Backend\Form\FieldWizard\FileTypeList Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FieldWizard\FileTypeList:
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 list of allowed / disalowwed file types, typically used with type=group and internal_type=file.

Definition at line 25 of file FileTypeList.php.

Member Function Documentation

◆ render()

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

Render list of allowed and disallowed file types

Returns
array

Implements TYPO3\CMS\Backend\Form\NodeInterface.

Definition at line 32 of file FileTypeList.php.

References TYPO3\CMS\Backend\Form\AbstractNode\initializeResultArray(), and TYPO3\CMS\Core\Utility\GeneralUtility\trimExplode().