TYPO3  7.6
Protected Member Functions | List of all members
FlexFormSectionContainer Class Reference
Inheritance diagram for FlexFormSectionContainer:
AbstractContainer AbstractNode NodeInterface

Protected Member Functions

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

Additional Inherited Members

- Public Member Functions inherited from AbstractContainer
 __construct (NodeFactory $nodeFactory, array $data)
 
- Protected Attributes inherited from AbstractContainer
 $nodeFactory
 

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 ( )
protected
Returns
BackendUserAuthentication

Definition at line 204 of file FlexFormSectionContainer.php.

References $GLOBALS.

getLanguageService ( )
protected
Returns
LanguageService

Definition at line 212 of file FlexFormSectionContainer.php.

References $GLOBALS.