‪TYPO3CMS  10.4
TYPO3\CMS\Install\ServiceProvider Class Reference
Inheritance diagram for TYPO3\CMS\Install\ServiceProvider:
TYPO3\CMS\Core\Package\AbstractServiceProvider TYPO3\CMS\Core\DependencyInjection\ServiceProviderInterface

Public Member Functions

 getFactories ()
 
 getExtensions ()
 

Static Public Member Functions

static getApplication (ContainerInterface $container)
 
static getNotFoundRequestHandler (ContainerInterface $container)
 
static getClearCacheService (ContainerInterface $container)
 
static getCoreUpdateService (ContainerInterface $container)
 
static getCoreVersionService (ContainerInterface $container)
 
static getExtensionConfigurationService (ContainerInterface $container)
 
static getLanguagePackService (ContainerInterface $container)
 
static getLateBootService (ContainerInterface $container)
 
static getLoadTcaService (ContainerInterface $container)
 
static getSilentConfigurationUpgradeService (ContainerInterface $container)
 
static getTypo3tempFileService (ContainerInterface $container)
 
static getUpgradeWizardsService (ContainerInterface $container)
 
static getInstallerMiddleware (ContainerInterface $container)
 
static getMaintenanceMiddleware (ContainerInterface $container)
 
static getEnvironmentController (ContainerInterface $container)
 
static getIconController (ContainerInterface $container)
 
static getInstallerController (ContainerInterface $container)
 
static getLayoutController (ContainerInterface $container)
 
static getLoginController (ContainerInterface $container)
 
static getMaintenanceController (ContainerInterface $container)
 
static getSettingsController (ContainerInterface $container)
 
static getUpgradeController (ContainerInterface $container)
 
static getLanguagePackCommand (ContainerInterface $container)
 
static getUpgradeWizardRunCommand (ContainerInterface $container)
 
static getUpgradeWizardListCommand (ContainerInterface $container)
 
static getPermissionsCheck (ContainerInterface $container)
 
static configureCommands (ContainerInterface $container, CommandRegistry $commandRegistry)
 
- ‪Static Public Member Functions inherited from ‪TYPO3\CMS\Core\Package\AbstractServiceProvider
static ArrayObject configureMiddlewares (ContainerInterface $container, ArrayObject $middlewares, string $path=null)
 
static ArrayObject configureBackendRoutes (ContainerInterface $container, ArrayObject $routes, string $path=null)
 

Static Protected Member Functions

static getPackagePath ()
 
- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Package\AbstractServiceProvider
static mixed new (ContainerInterface $container, string $className, array $constructorArguments=[])
 

Detailed Description

Definition at line 48 of file ServiceProvider.php.

Member Function Documentation

◆ configureCommands()

static TYPO3\CMS\Install\ServiceProvider::configureCommands ( ContainerInterface  $container,
CommandRegistry  $commandRegistry 
)
static

◆ getApplication()

static TYPO3\CMS\Install\ServiceProvider::getApplication ( ContainerInterface  $container)
static

Definition at line 95 of file ServiceProvider.php.

◆ getClearCacheService()

static TYPO3\CMS\Install\ServiceProvider::getClearCacheService ( ContainerInterface  $container)
static

Definition at line 113 of file ServiceProvider.php.

◆ getCoreUpdateService()

static TYPO3\CMS\Install\ServiceProvider::getCoreUpdateService ( ContainerInterface  $container)
static

Definition at line 121 of file ServiceProvider.php.

◆ getCoreVersionService()

static TYPO3\CMS\Install\ServiceProvider::getCoreVersionService ( ContainerInterface  $container)
static

Definition at line 128 of file ServiceProvider.php.

◆ getEnvironmentController()

static TYPO3\CMS\Install\ServiceProvider::getEnvironmentController ( ContainerInterface  $container)
static

Definition at line 199 of file ServiceProvider.php.

◆ getExtensionConfigurationService()

static TYPO3\CMS\Install\ServiceProvider::getExtensionConfigurationService ( ContainerInterface  $container)
static

Definition at line 133 of file ServiceProvider.php.

◆ getExtensions()

TYPO3\CMS\Install\ServiceProvider::getExtensions ( )
Returns
‪array

Reimplemented from TYPO3\CMS\Core\Package\AbstractServiceProvider.

Definition at line 87 of file ServiceProvider.php.

◆ getFactories()

TYPO3\CMS\Install\ServiceProvider::getFactories ( )
Returns
‪array

Reimplemented from TYPO3\CMS\Core\Package\AbstractServiceProvider.

Definition at line 55 of file ServiceProvider.php.

◆ getIconController()

static TYPO3\CMS\Install\ServiceProvider::getIconController ( ContainerInterface  $container)
static

Definition at line 206 of file ServiceProvider.php.

◆ getInstallerController()

static TYPO3\CMS\Install\ServiceProvider::getInstallerController ( ContainerInterface  $container)
static

Definition at line 214 of file ServiceProvider.php.

◆ getInstallerMiddleware()

static TYPO3\CMS\Install\ServiceProvider::getInstallerMiddleware ( ContainerInterface  $container)
static

Definition at line 184 of file ServiceProvider.php.

◆ getLanguagePackCommand()

static TYPO3\CMS\Install\ServiceProvider::getLanguagePackCommand ( ContainerInterface  $container)
static

Definition at line 269 of file ServiceProvider.php.

◆ getLanguagePackService()

static TYPO3\CMS\Install\ServiceProvider::getLanguagePackService ( ContainerInterface  $container)
static

Definition at line 141 of file ServiceProvider.php.

◆ getLateBootService()

static TYPO3\CMS\Install\ServiceProvider::getLateBootService ( ContainerInterface  $container)
static

Definition at line 150 of file ServiceProvider.php.

◆ getLayoutController()

static TYPO3\CMS\Install\ServiceProvider::getLayoutController ( ContainerInterface  $container)
static

Definition at line 227 of file ServiceProvider.php.

◆ getLoadTcaService()

static TYPO3\CMS\Install\ServiceProvider::getLoadTcaService ( ContainerInterface  $container)
static

Definition at line 158 of file ServiceProvider.php.

◆ getLoginController()

static TYPO3\CMS\Install\ServiceProvider::getLoginController ( ContainerInterface  $container)
static

Definition at line 234 of file ServiceProvider.php.

◆ getMaintenanceController()

static TYPO3\CMS\Install\ServiceProvider::getMaintenanceController ( ContainerInterface  $container)
static

Definition at line 239 of file ServiceProvider.php.

◆ getMaintenanceMiddleware()

static TYPO3\CMS\Install\ServiceProvider::getMaintenanceMiddleware ( ContainerInterface  $container)
static

Definition at line 189 of file ServiceProvider.php.

◆ getNotFoundRequestHandler()

static TYPO3\CMS\Install\ServiceProvider::getNotFoundRequestHandler ( ContainerInterface  $container)
static

Definition at line 108 of file ServiceProvider.php.

◆ getPackagePath()

static TYPO3\CMS\Install\ServiceProvider::getPackagePath ( )
staticprotected

Return the path to the package location, including trailing slash should return the value of: DIR . '/../' for ServiceProviders located in the Classes/ directory

Returns
‪string

Reimplemented from TYPO3\CMS\Core\Package\AbstractServiceProvider.

Definition at line 50 of file ServiceProvider.php.

◆ getPermissionsCheck()

static TYPO3\CMS\Install\ServiceProvider::getPermissionsCheck ( ContainerInterface  $container)
static

Definition at line 295 of file ServiceProvider.php.

◆ getSettingsController()

static TYPO3\CMS\Install\ServiceProvider::getSettingsController ( ContainerInterface  $container)
static

Definition at line 251 of file ServiceProvider.php.

◆ getSilentConfigurationUpgradeService()

static TYPO3\CMS\Install\ServiceProvider::getSilentConfigurationUpgradeService ( ContainerInterface  $container)
static

Definition at line 165 of file ServiceProvider.php.

◆ getTypo3tempFileService()

static TYPO3\CMS\Install\ServiceProvider::getTypo3tempFileService ( ContainerInterface  $container)
static

Definition at line 171 of file ServiceProvider.php.

◆ getUpgradeController()

static TYPO3\CMS\Install\ServiceProvider::getUpgradeController ( ContainerInterface  $container)
static

Definition at line 260 of file ServiceProvider.php.

◆ getUpgradeWizardListCommand()

static TYPO3\CMS\Install\ServiceProvider::getUpgradeWizardListCommand ( ContainerInterface  $container)
static

Definition at line 286 of file ServiceProvider.php.

◆ getUpgradeWizardRunCommand()

static TYPO3\CMS\Install\ServiceProvider::getUpgradeWizardRunCommand ( ContainerInterface  $container)
static

Definition at line 277 of file ServiceProvider.php.

◆ getUpgradeWizardsService()

static TYPO3\CMS\Install\ServiceProvider::getUpgradeWizardsService ( ContainerInterface  $container)
static

Definition at line 179 of file ServiceProvider.php.