Service provider for the early installer environment.
This class is manually added by install_begin_request() via $conf['container_service_providers'] and required to prevent various services from trying to retrieve data from storages that do not exist yet.
Hierarchy
- class \Drupal\Core\Installer\InstallerServiceProvider implements ServiceModifierInterface, ServiceProviderInterface
File
- core/lib/Drupal/Core/Installer/InstallerServiceProvider.php, line 17
Namespace
Drupal\Core\Installer
Members
Name | Modifiers | Type | Description |
---|---|---|---|
InstallerServiceProvider::alter | public | function | Modifies existing service definitions. Overrides ServiceModifierInterface::alter |
InstallerServiceProvider::register | public | function | Registers services to the container. Overrides ServiceProviderInterface::register |
Please login to continue.