class NormalInstallerServiceProvider implements ServiceProviderInterface (View source)

Service provider for the installer environment.

This class is manually added by install_begin_request() via $conf['container_service_providers'] and optimizes the container for installation.

Note that the early installer environment requires the further customizations in InstallerServiceProvider.

Methods

register(ContainerBuilder $container)

Registers services to the container.

Details

register(ContainerBuilder $container)

Registers services to the container.

Parameters

ContainerBuilder $container

The ContainerBuilder to register services to.