LoadTcaService

Service for loading the TCA

Internal

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()  : void
Load TCA Mostly a copy of ExtensionManagementUtility to include TCA without migrations.
loadSingleExtTablesFile()  : mixed
Load ext_tables.php of a single extension

Methods

loadExtensionTablesWithoutMigration()

Load TCA Mostly a copy of ExtensionManagementUtility to include TCA without migrations.

public loadExtensionTablesWithoutMigration() : void

To be used in install tool only.

This will set up $GLOBALS['TCA']

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.


        
On this page

Search results