‪TYPO3CMS  10.4
TYPO3\CMS\Backend\Form\Container\FlexFormElementContainer Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\Container\FlexFormElementContainer:
TYPO3\CMS\Backend\Form\Container\AbstractContainer 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 ()
 
BackendUserAuthentication getBackendUserAuthentication ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\Container\AbstractContainer
array renderFieldInformation ()
 
array renderFieldControl ()
 
array renderFieldWizard ()
 
array explodeSingleFieldShowItemConfiguration ($field)
 
string renderTabMenu (array $menuItems, $domId, $defaultTabIndex=1)
 
- ‪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

The container handles single elements.

This one is called by FlexFormTabsContainer, FlexFormNoTabsContainer or FlexFormContainerContainer. For single fields, the code is similar to SingleFieldContainer, processing will end up in single element classes depending on specific renderType of an element. Additionally, it determines if a section is handled and hands over to FlexFormSectionContainer in this case.

Definition at line 31 of file FlexFormElementContainer.php.

Member Function Documentation

◆ getBackendUserAuthentication()

BackendUserAuthentication TYPO3\CMS\Backend\Form\Container\FlexFormElementContainer::getBackendUserAuthentication ( )
protected
Returns
‪BackendUserAuthentication

Definition at line 179 of file FlexFormElementContainer.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Form\Container\FlexFormElementContainer\render().

◆ getLanguageService()

LanguageService TYPO3\CMS\Backend\Form\Container\FlexFormElementContainer::getLanguageService ( )
protected
Returns
‪LanguageService

Definition at line 171 of file FlexFormElementContainer.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Form\Container\FlexFormElementContainer\render().

◆ render()