public function ParameterBag::all

Same name in this branch

Gets the service container parameters.

@api

Return value

array An array of parameters

Overrides ParameterBagInterface::all

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php, line 75

Class

ParameterBag
Holds parameters.

Namespace

Symfony\Component\DependencyInjection\ParameterBag

Code

public function all() {
  return $this->parameters;
}