‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Form\FieldInformation\BackendLayoutFromParentPage Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FieldInformation\BackendLayoutFromParentPage:
TYPO3\CMS\Backend\Form\AbstractNode TYPO3\CMS\Backend\Form\NodeInterface

Public Member Functions

 __construct (private readonly BackendLayoutView $backendLayoutView,)
 
array render ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
 setData (array $data)
 

Protected Member Functions

 getFieldValueLabel (array $fieldConfiguration, string $fieldValue)
 
 getLanguageService ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
 initializeResultArray ()
 
array mergeChildReturnIntoExistingResult (array $existing, array $childReturn, bool $mergeHtml=true)
 
 getValidationDataAsJsonString (array $config)
 

Additional Inherited Members

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

Detailed Description

This field information node is used for the pages backend_layout field to inform about a possible backend layout, inherited form a parent page.

Definition at line 31 of file BackendLayoutFromParentPage.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Form\FieldInformation\BackendLayoutFromParentPage::__construct ( private readonly BackendLayoutView  $backendLayoutView)

Definition at line 33 of file BackendLayoutFromParentPage.php.

Member Function Documentation

◆ getFieldValueLabel()

TYPO3\CMS\Backend\Form\FieldInformation\BackendLayoutFromParentPage::getFieldValueLabel ( array  $fieldConfiguration,
string  $fieldValue 
)
protected

◆ getLanguageService()

TYPO3\CMS\Backend\Form\FieldInformation\BackendLayoutFromParentPage::getLanguageService ( )
protected

◆ render()

array TYPO3\CMS\Backend\Form\FieldInformation\BackendLayoutFromParentPage::render ( )