You are here

public function ParameterBagInterface::all in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php \Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface::all()

Gets the service container parameters.

Return value

array An array of parameters

1 method overrides ParameterBagInterface::all()
ParameterBag::all in vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php
Gets the service container parameters.

File

vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php, line 45

Class

ParameterBagInterface
ParameterBagInterface.

Namespace

Symfony\Component\DependencyInjection\ParameterBag

Code

public function all();