TYPO3 CMS  TYPO3_8-7
TYPO3\CMS\Backend\Form\FieldWizard\FileUpload Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FieldWizard\FileUpload:
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 ()
 

Protected Member Functions

 getBackendUserAuthentication ()
 
- 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)
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Backend\Form\AbstractNode
 $nodeFactory
 
 $data = []
 
 $defaultFieldInformation = []
 
 $defaultFieldControl = []
 
 $defaultFieldWizard = []
 

Detailed Description

Render file upload, typically used with type=group and internal_type=file and file_reference.

Definition at line 26 of file FileUpload.php.

Member Function Documentation

◆ getBackendUserAuthentication()

TYPO3\CMS\Backend\Form\FieldWizard\FileUpload::getBackendUserAuthentication ( )
protected
Returns
BackendUserAuthentication

Definition at line 88 of file FileUpload.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Form\FieldWizard\FileUpload\render().

◆ render()