‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Service\LateBootService Class Reference
Inheritance diagram for TYPO3\CMS\Install\Service\LateBootService:
TYPO3\CMS\Core\Core\BootService

Public Member Functions

 getContainer (bool $allowCaching=false)
 
 loadExtLocalconfDatabaseAndExtTables (bool $resetContainer=true, bool $allowCaching=false, bool $loadExtTables=true)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Core\BootService
 __construct (ContainerBuilder $containerBuilder, ContainerInterface $failsafeContainer)
 
 makeCurrent (ContainerInterface $container=null, array $backup=[])
 
 resetGlobalContainer ()
 
 getFailsafeContainer ()
 

Detailed Description

This is NOT an API class, it is for internal use in the install tool only.

Definition at line 26 of file LateBootService.php.

Member Function Documentation

◆ getContainer()

TYPO3\CMS\Install\Service\LateBootService::getContainer ( bool  $allowCaching = false)

Reimplemented from TYPO3\CMS\Core\Core\BootService.

Definition at line 28 of file LateBootService.php.

◆ loadExtLocalconfDatabaseAndExtTables()

TYPO3\CMS\Install\Service\LateBootService::loadExtLocalconfDatabaseAndExtTables ( bool  $resetContainer = true,
bool  $allowCaching = false,
bool  $loadExtTables = true 
)

Bootstrap a non-failsafe container and load ext_localconf

Use by actions like the database analyzer and the upgrade wizards which need additional bootstrap actions performed.

Those actions can potentially fatal if some old extension is loaded that triggers a fatal in ext_localconf or ext_tables code! Use only if really needed.

Parameters
bool$resetContainer
bool$allowCaching

Reimplemented from TYPO3\CMS\Core\Core\BootService.

Definition at line 33 of file LateBootService.php.