‪TYPO3CMS  10.4
TYPO3\CMS\Backend\Form\FormDataProvider\TcaText Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FormDataProvider\TcaText:
TYPO3\CMS\Backend\Form\FormDataProviderInterface

Public Member Functions

array addData (array $result)
 

Protected Member Functions

 getBackendUser ()
 

Detailed Description

Resolve databaseRow field content for type=text, especially handle richtext transformations "from db to rte"

Definition at line 30 of file TcaText.php.

Member Function Documentation

◆ addData()

array TYPO3\CMS\Backend\Form\FormDataProvider\TcaText::addData ( array  $result)

Handle text field content, especially richtext transformation

Parameters
array$result‪Given result array
Returns
‪array Modified result array

Implements TYPO3\CMS\Backend\Form\FormDataProviderInterface.

Definition at line 38 of file TcaText.php.

References TYPO3\CMS\Backend\Form\FormDataProvider\TcaText\getBackendUser().

◆ getBackendUser()

TYPO3\CMS\Backend\Form\FormDataProvider\TcaText::getBackendUser ( )
protected

Definition at line 74 of file TcaText.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Form\FormDataProvider\TcaText\addData().