‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Service\LoadTcaService Class Reference

Public Member Functions

 __construct (private readonly LateBootService $lateBootService)
 
 loadExtensionTablesWithoutMigration ()
 
 loadSingleExtTablesFile (string $extensionKey)
 

Detailed Description

Service for loading the TCA

This class is only meant to be used within EXT:install and is not part of the TYPO3 Core API.

Definition at line 26 of file LoadTcaService.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\Service\LoadTcaService::__construct ( private readonly LateBootService  $lateBootService)

Definition at line 28 of file LoadTcaService.php.

Member Function Documentation

◆ loadExtensionTablesWithoutMigration()

TYPO3\CMS\Install\Service\LoadTcaService::loadExtensionTablesWithoutMigration ( )

Load TCA Mostly a copy of ExtensionManagementUtility to include TCA without migrations. To be used in install tool only.

This will set up $GLOBALS['TCA']

Definition at line 39 of file LoadTcaService.php.

References $GLOBALS.

◆ loadSingleExtTablesFile()

TYPO3\CMS\Install\Service\LoadTcaService::loadSingleExtTablesFile ( string  $extensionKey)

Load ext_tables.php of a single extension

Parameters
string$extensionKey‪The extension to load an ext_tables.php file from.

Definition at line 53 of file LoadTcaService.php.