TYPO3  7.6
Public Member Functions | List of all members
NoTabsContainer Class Reference
Inheritance diagram for NoTabsContainer:
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 record that has no tabs.

This container is called by FullRecordContainer and just wraps the output of PaletteAndSingleContainer in some HTML.

Definition at line 23 of file NoTabsContainer.php.

Member Function Documentation

render ( )

Entry method

Returns
array As defined in initializeResultArray() of AbstractNode

Implements NodeInterface.

Definition at line 30 of file NoTabsContainer.php.

References AbstractNode\$data.