‪TYPO3CMS  10.4
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

array render ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
 __construct (NodeFactory $nodeFactory, array $data)
 

Protected Member Functions

LanguageService getLanguageService ()
 
BackendUserAuthentication getBackendUserAuthentication ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\Container\AbstractContainer
array renderFieldInformation ()
 
array renderFieldControl ()
 
array renderFieldWizard ()
 
array explodeSingleFieldShowItemConfiguration ($field)
 
string renderTabMenu (array $menuItems, $domId, $defaultTabIndex=1)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
array initializeResultArray ()
 
array mergeChildReturnIntoExistingResult (array $existing, array $childReturn, bool $mergeHtml=true)
 
string getValidationDataAsJsonString (array $config)
 

Additional Inherited Members

- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
NodeFactory $nodeFactory
 
array $data = array( )
 
array $defaultFieldInformation = array( )
 
array $defaultFieldControl = array( )
 
array $defaultFieldWizard = array( )
 

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 35 of file OuterWrapContainer.php.

Member Function Documentation

◆ getBackendUserAuthentication()

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

Definition at line 166 of file OuterWrapContainer.php.

References $GLOBALS.

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

◆ getLanguageService()

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

Definition at line 158 of file OuterWrapContainer.php.

References $GLOBALS.

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

◆ render()