‪TYPO3CMS  11.5
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 getSilentTemplateFileUpgradeService (ContainerInterface $container)
 
static getWebServerConfigurationFileService (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 configureIcons (ContainerInterface $container, ArrayObject $icons, 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 49 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 98 of file ServiceProvider.php.

◆ getClearCacheService()

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

Definition at line 117 of file ServiceProvider.php.

◆ getCoreUpdateService()

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

Definition at line 125 of file ServiceProvider.php.

◆ getCoreVersionService()

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

Definition at line 132 of file ServiceProvider.php.

◆ getEnvironmentController()

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

Definition at line 208 of file ServiceProvider.php.

◆ getExtensionConfigurationService()

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

Definition at line 137 of file ServiceProvider.php.

◆ getExtensions()

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

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

Definition at line 89 of file ServiceProvider.php.

◆ getFactories()

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

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

Definition at line 56 of file ServiceProvider.php.

◆ getIconController()

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

Definition at line 215 of file ServiceProvider.php.

◆ getInstallerController()

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

Definition at line 223 of file ServiceProvider.php.

◆ getInstallerMiddleware()

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

Definition at line 193 of file ServiceProvider.php.

◆ getLanguagePackCommand()

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

Definition at line 280 of file ServiceProvider.php.

◆ getLanguagePackService()

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

Definition at line 145 of file ServiceProvider.php.

◆ getLateBootService()

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

Definition at line 154 of file ServiceProvider.php.

◆ getLayoutController()

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

Definition at line 238 of file ServiceProvider.php.

◆ getLoadTcaService()

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

Definition at line 162 of file ServiceProvider.php.

◆ getLoginController()

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

Definition at line 246 of file ServiceProvider.php.

◆ getMaintenanceController()

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

Definition at line 251 of file ServiceProvider.php.

◆ getMaintenanceMiddleware()

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

Definition at line 198 of file ServiceProvider.php.

◆ getNotFoundRequestHandler()

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

Definition at line 112 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 51 of file ServiceProvider.php.

◆ getPermissionsCheck()

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

Definition at line 306 of file ServiceProvider.php.

◆ getSettingsController()

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

Definition at line 262 of file ServiceProvider.php.

◆ getSilentConfigurationUpgradeService()

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

Definition at line 169 of file ServiceProvider.php.

◆ getSilentTemplateFileUpgradeService()

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

Definition at line 176 of file ServiceProvider.php.

◆ getUpgradeController()

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

Definition at line 271 of file ServiceProvider.php.

◆ getUpgradeWizardListCommand()

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

Definition at line 297 of file ServiceProvider.php.

◆ getUpgradeWizardRunCommand()

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

Definition at line 288 of file ServiceProvider.php.

◆ getUpgradeWizardsService()

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

Definition at line 188 of file ServiceProvider.php.

◆ getWebServerConfigurationFileService()

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