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

Public Member Functions

 __construct (private readonly RootNode $pageTsConfigTree)
 
 getPageTsConfigTree ()
 
 getPageTsConfigArray ()
 

Private Attributes

readonly array $pageTsConfigArray
 

Detailed Description

A data object that carries the final page TSconfig. This is created by PageTsConfigFactory.

Internal for now until API stabilized. Use BackendUtility::getPagesTSconfig().

Definition at line 27 of file PageTsConfig.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\TypoScript\PageTsConfig::__construct ( private readonly RootNode  $pageTsConfigTree)

Definition at line 31 of file PageTsConfig.php.

Member Function Documentation

◆ getPageTsConfigArray()

TYPO3\CMS\Core\TypoScript\PageTsConfig::getPageTsConfigArray ( )

◆ getPageTsConfigTree()

TYPO3\CMS\Core\TypoScript\PageTsConfig::getPageTsConfigTree ( )

Definition at line 37 of file PageTsConfig.php.

Member Data Documentation

◆ $pageTsConfigArray

readonly array TYPO3\CMS\Core\TypoScript\PageTsConfig::$pageTsConfigArray
private