‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Form\FieldInformation\TcaDescription Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FieldInformation\TcaDescription:
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
 setData (array $data)
 

Protected Member Functions

 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

Render localized ['columns']['theField']['description'] text as default field information node. This is typically displayed in elements below the element label and the field content.

Definition at line 28 of file TcaDescription.php.

Member Function Documentation

◆ getLanguageService()

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

◆ render()

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