LoadTcaService
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.
Table of Contents
Methods
- __construct() : mixed
- loadExtensionTablesWithoutMigration() : mixed
- Load TCA Mostly a copy of ExtensionManagementUtility to include TCA without migrations.
- loadSingleExtTablesFile() : mixed
- Load ext_tables.php of a single extension
Methods
__construct()
public
__construct(LateBootService $lateBootService) : mixed
Parameters
- $lateBootService : LateBootService
loadExtensionTablesWithoutMigration()
Load TCA Mostly a copy of ExtensionManagementUtility to include TCA without migrations.
public
loadExtensionTablesWithoutMigration() : mixed
To be used in install tool only.
This will set up $GLOBALS['TCA']
Tags
loadSingleExtTablesFile()
Load ext_tables.php of a single extension
public
loadSingleExtTablesFile(string $extensionKey) : mixed
Parameters
- $extensionKey : string
-
The extension to load an ext_tables.php file from.