function Container::__construct
Same name in this branch
- 11.1.x vendor/lullabot/php-webdriver/lib/WebDriver/Container.php \WebDriver\Container::__construct()
- 11.1.x core/lib/Drupal/Component/DependencyInjection/Container.php \Drupal\Component\DependencyInjection\Container::__construct()
2 calls to Container::__construct()
- ContainerBuilder::__construct in vendor/
symfony/ dependency-injection/ ContainerBuilder.php - ContainerBuilder::__construct in vendor/
symfony/ dependency-injection/ ContainerBuilder.php
1 method overrides Container::__construct()
- ContainerBuilder::__construct in vendor/
symfony/ dependency-injection/ ContainerBuilder.php
File
-
vendor/
symfony/ dependency-injection/ Container.php, line 70
Class
- Container
- Container is a dependency injection container.
Namespace
Symfony\Component\DependencyInjectionCode
public function __construct(?ParameterBagInterface $parameterBag = null) {
$this->parameterBag = $parameterBag ?? new EnvPlaceholderParameterBag();
}