‪TYPO3CMS  10.4
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

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

Protected Member Functions

LanguageService getLanguageService ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
array initializeResultArray ()
 
array mergeChildReturnIntoExistingResult (array $existing, array $childReturn, bool $mergeHtml=true)
 
string getValidationDataAsJsonString (array $config)
 

Additional Inherited Members

- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
NodeFactory $nodeFactory
 
array $data = array( )
 
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 30 of file EditPopup.php.

Member Function Documentation

◆ getLanguageService()

LanguageService TYPO3\CMS\Backend\Form\FieldControl\EditPopup::getLanguageService ( )
protected

Returns an instance of LanguageService

Returns
‪LanguageService

Definition at line 109 of file EditPopup.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Form\FieldControl\EditPopup\render().

◆ render()

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

Edit popup control

Returns
‪array As defined by FieldControl class

Reimplemented from TYPO3\CMS\Backend\Form\AbstractNode.

Definition at line 37 of file EditPopup.php.

References TYPO3\CMS\Backend\Form\FieldControl\EditPopup\getLanguageService(), and TYPO3\CMS\Core\Utility\StringUtility\getUniqueId().