public function Container::getParameterBag in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Container.php \Symfony\Component\DependencyInjection\Container::getParameterBag()
Gets the service container parameter bag.
Return value
ParameterBagInterface A ParameterBagInterface instance
File
- vendor/
symfony/ dependency-injection/ Container.php, line 119
Class
- Container
- Container is a dependency injection container.
Namespace
Symfony\Component\DependencyInjectionCode
public function getParameterBag() {
return $this->parameterBag;
}