final class InputBag extends ParameterBag (View source)

internal  only used as a bridge from Symfony 4 to Symfony 5, will be removed in drupal:10.0.0.
 

Forward compatibility class for Symfony 5.

Methods

array
all(string $key = NULL)

Returns the parameters.

Details

array all(string $key = NULL)

Returns the parameters.

Parameters

string $key

The name of the parameter to return or null to get them all.

Return Value

array

An array of parameters.