You are here

public function Container::getParameterBag in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\DependencyInjection

Code

public function getParameterBag() {
  return $this->parameterBag;
}