You are here

protected property ContainerBuilder::$serviceProviderManager in Service Container 7.2

Same name and namespace in other branches
  1. 7 src/DependencyInjection/ContainerBuilder.php \Drupal\service_container\DependencyInjection\ContainerBuilder::serviceProviderManager

The plugin manager that provides the service definition providers.

Type: PluginManagerInterface

File

src/DependencyInjection/ContainerBuilder.php, line 26
Contains \Drupal\service_container\DependencyInjection\ContainerBuilder

Class

ContainerBuilder
ContainerBuilder retrieves container definitions from service providers to build a Container.

Namespace

Drupal\service_container\DependencyInjection

Code

protected $serviceProviderManager;