public function ParameterBagInterface::all

Gets the service container parameters.

@api

Return value

array An array of parameters

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

File

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

Class

ParameterBagInterface
ParameterBagInterface.

Namespace

Symfony\Component\DependencyInjection\ParameterBag

Code

public function all();