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

Public Member Functions

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

Protected Member Functions

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

Handle flex form sections.

This container is created by FlexFormElementContainer if a "single" element is in fact a section. For each existing section container it creates as FlexFormContainerContainer to render its inner fields. Additionally, a button for each possible container is rendered with information for the ajax controller that fetches one on click.

Definition at line 33 of file FlexFormSectionContainer.php.

Member Function Documentation

◆ getBackendUserAuthentication()

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

Definition at line 152 of file FlexFormSectionContainer.php.

References $GLOBALS.

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

◆ getLanguageService()

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

Definition at line 160 of file FlexFormSectionContainer.php.

References $GLOBALS.

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

◆ render()