TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState:
TYPO3\CMS\Backend\Form\FormDataProviderInterface

Public Member Functions

 addData (array $result)
 

Protected Member Functions

 getBackendUser ()
 

Detailed Description

Fetch information of user specific inline record expanded / collapsed state from user->uc and put it into $result['inlineExpandCollapseStateArray']

Definition at line 24 of file TcaInlineExpandCollapseState.php.

Member Function Documentation

◆ addData()

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

Add inline expand / collapse state

Parameters
array$result
Returns
array

Implements TYPO3\CMS\Backend\Form\FormDataProviderInterface.

Definition at line 32 of file TcaInlineExpandCollapseState.php.

References $uid, and TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState\getBackendUser().

◆ getBackendUser()

TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState::getBackendUser ( )
protected
Returns
BackendUserAuthentication

Definition at line 91 of file TcaInlineExpandCollapseState.php.

References $GLOBALS.

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