‪TYPO3CMS  ‪main
TYPO3\CMS\Core\TypoScript\UserTsConfig Class Reference

Public Member Functions

 __construct (private readonly RootNode $userTsConfigTree)
 
 getUserTsConfigTree ()
 
 getUserTsConfigArray ()
 

Private Attributes

readonly array $userTsConfigArray
 

Detailed Description

A data object that carries the final user TSconfig. This is created by UserTsConfigFactory.

Internal for now until API stabilized. Use backendUser->getTSConfig().

Definition at line 27 of file UserTsConfig.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\TypoScript\UserTsConfig::__construct ( private readonly RootNode  $userTsConfigTree)

Definition at line 31 of file UserTsConfig.php.

Member Function Documentation

◆ getUserTsConfigArray()

TYPO3\CMS\Core\TypoScript\UserTsConfig::getUserTsConfigArray ( )

◆ getUserTsConfigTree()

TYPO3\CMS\Core\TypoScript\UserTsConfig::getUserTsConfigTree ( )

Definition at line 37 of file UserTsConfig.php.

Member Data Documentation

◆ $userTsConfigArray

readonly array TYPO3\CMS\Core\TypoScript\UserTsConfig::$userTsConfigArray
private