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

Public Member Functions

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

Additional Inherited Members

- Protected Member Functions inherited from AbstractContainer
 explodeSingleFieldShowItemConfiguration ($field)
 
 renderTabMenu (array $menuItems, $domId, $defaultTabIndex=1)
 
 previewFieldValue ($value, $config, $field= '')
 
- Protected Attributes inherited from AbstractContainer
 $nodeFactory
 

Detailed Description

Handle a flex form that has no tabs.

This container is called by FlexFormEntryContainer if only a default sheet exists. It evaluates the display condition and hands over rendering of single fields to FlexFormElementContainer.

Definition at line 26 of file FlexFormNoTabsContainer.php.

Member Function Documentation

render ( )

Entry method

Returns
array As defined in initializeResultArray() of AbstractNode

Implements NodeInterface.

Definition at line 33 of file FlexFormNoTabsContainer.php.

References AbstractNode\$data, $GLOBALS, AbstractNode\initializeResultArray(), and GeneralUtility\trimExplode().