TYPO3 CMS  TYPO3_7-6
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

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

Protected Member Functions

 getLanguageService ()
 
 getBackendUserAuthentication ()
 
- Protected Member Functions inherited from TYPO3\CMS\Backend\Form\Container\AbstractContainer
 explodeSingleFieldShowItemConfiguration ($field)
 
 renderTabMenu (array $menuItems, $domId, $defaultTabIndex=1)
 
 previewFieldValue ($value, $config, $field='')
 
- Protected Member Functions inherited from TYPO3\CMS\Backend\Form\AbstractNode
 initializeResultArray ()
 
 mergeChildReturnIntoExistingResult (array $existing, array $childReturn)
 
 getValidationDataAsDataAttribute (array $config)
 
 getValidationDataAsJsonString (array $config)
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Backend\Form\Container\AbstractContainer
 $nodeFactory
 
- Protected Attributes inherited from TYPO3\CMS\Backend\Form\AbstractNode
 $data = []
 

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

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

Definition at line 172 of file FlexFormElementContainer.php.

References $GLOBALS.

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

◆ getLanguageService()

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

Definition at line 164 of file FlexFormElementContainer.php.

References $GLOBALS.

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

◆ render()