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

Public Member Functions

 render ()
 
- 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 Member Functions

 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

- Protected Attributes inherited from TYPO3\CMS\Backend\Form\Container\AbstractContainer
 $nodeFactory
 
- Protected Attributes inherited from TYPO3\CMS\Backend\Form\AbstractNode
 $data = []
 

Detailed Description

A container rendering a "full record". This is an entry container used as first step into the rendering tree..

This container determines the to be rendered fields depending on the record type, initializes possible language base data, finds out if tabs should be rendered and then calls either TabsContainer or a NoTabsContainer for further processing.

Definition at line 28 of file FullRecordContainer.php.

Member Function Documentation

◆ getLanguageService()

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

Definition at line 90 of file FullRecordContainer.php.

References $GLOBALS.

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

◆ render()

TYPO3\CMS\Backend\Form\Container\FullRecordContainer::render ( )