public function ParameterBag::all

Same name in this branch

Returns the parameters.

@api

Return value

array An array of parameters

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ParameterBag.php, line 49

Class

ParameterBag
ParameterBag is a container for key/value pairs.

Namespace

Symfony\Component\HttpFoundation

Code

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