‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Form\FieldControl\EditPopup Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FieldControl\EditPopup:
TYPO3\CMS\Backend\Form\AbstractNode TYPO3\CMS\Backend\Form\NodeInterface

Public Member Functions

 __construct (private readonly UriBuilder $uriBuilder, private readonly HashService $hashService,)
 
array 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

Renders the icon with link parameters to edit a selected element, typically used for single elements of type=group or type=select.

Definition at line 31 of file EditPopup.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Form\FieldControl\EditPopup::__construct ( private readonly UriBuilder  $uriBuilder,
private readonly HashService  $hashService 
)

Definition at line 34 of file EditPopup.php.

Member Function Documentation

◆ render()

array TYPO3\CMS\Backend\Form\FieldControl\EditPopup::render ( )