ServiceProviderInterface::register

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);
doc_Drupal
2016-10-29 09:41:56
Comments
Leave a Comment

Please login to continue.