TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Form\Container\FlexFormSectionContainer Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\Container\FlexFormSectionContainer:
TYPO3\CMS\Backend\Form\Container\AbstractContainer TYPO3\CMS\Backend\Form\AbstractNode TYPO3\CMS\Backend\Form\NodeInterface

Protected Member Functions

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

- 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 Attributes inherited from TYPO3\CMS\Backend\Form\Container\AbstractContainer
 $nodeFactory
 
- Protected Attributes inherited from TYPO3\CMS\Backend\Form\AbstractNode
 $data = []
 

Detailed Description

Handle flex form sections.

This container is created by FlexFormElementContainer if a "single" element is in fact a sections. For each existing section container it creates as FlexFormContainerContainer to render its inner fields, additionally for each possible container a "template" of this container type is rendered and added - to be added by JS to DOM on click on "new xy container".

Definition at line 32 of file FlexFormSectionContainer.php.

Member Function Documentation

◆ getBackendUserAuthentication()

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

Definition at line 204 of file FlexFormSectionContainer.php.

References $GLOBALS.

◆ getLanguageService()

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

Definition at line 212 of file FlexFormSectionContainer.php.

References $GLOBALS.