Base service provider implementation.
Hierarchy
- class \Drupal\Core\DependencyInjection\ServiceProviderBase implements ServiceModifierInterface, ServiceProviderInterface
Related topics
- Services and Dependency Injection Container
- Overview of the Dependency Injection Container and Services.
File
- core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php, line 10
Namespace
Drupal\Core\DependencyInjection
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ServiceProviderBase::alter | public | function | Modifies existing service definitions. Overrides ServiceModifierInterface::alter |
ServiceProviderBase::register | public | function | Registers services to the container. Overrides ServiceProviderInterface::register |
Please login to continue.