interface ServiceProviderInterface (View source)

Interface that all service providers must implement.

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.