SiteTcaConfiguration
Helper class for the backend "Sites" module
Load Site configuration TCA from ext:*Configuration/SiteConfiguration and ext:*Configuration/SiteConfiguration/Overrides
This class is a specific Backend implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Methods
- getTca() : array<string|int, mixed>
- Returns a "fake TCA" array that is syntactically identical to "normal" TCA, but is not available as $GLOBALS['TCA']. During configuration loading time, the target array is available as $GLOBALS['SiteConfiguration'] within the Overrides files.
Methods
getTca()
Returns a "fake TCA" array that is syntactically identical to "normal" TCA, but is not available as $GLOBALS['TCA']. During configuration loading time, the target array is available as $GLOBALS['SiteConfiguration'] within the Overrides files.
public
getTca() : array<string|int, mixed>
It is not possible to use ExtensionManagementUtility methods.