InstallerServiceProvider
class InstallerServiceProvider implements ServiceProviderInterface, ServiceModifierInterface (View source)
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.
Methods
Details
register(ContainerBuilder $container)
Registers services to the container.
alter(ContainerBuilder $container)
Modifies existing service definitions.