TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Form\Container\OuterWrapContainer Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\Container\OuterWrapContainer:
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 ()
 
 getBackendUserAuthentication ()
 
- 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

Render header and footer row.

This is an entry container called from controllers. It wraps the title and a footer around the main html. It either calls a FullRecordContainer or ListOfFieldsContainer to render a full record or only some fields from a full record.

Definition at line 32 of file OuterWrapContainer.php.

Member Function Documentation

◆ getBackendUserAuthentication()

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

Definition at line 139 of file OuterWrapContainer.php.

References $GLOBALS.

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

◆ getLanguageService()

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

Definition at line 131 of file OuterWrapContainer.php.

References $GLOBALS.

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

◆ render()