public ServiceProviderInterface::register(ContainerBuilder $container)
Registers services to the container.
Parameters
ContainerBuilder $container: The ContainerBuilder to register services to.
File
- core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php, line 18
Class
- ServiceProviderInterface
- Interface that all service providers must implement.
Namespace
Drupal\Core\DependencyInjection
Code
public function register(ContainerBuilder $container);
Please login to continue.