You are here

protected property ParameterBag::$parameters in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 src/Object/ParameterBag.php \Drupal\jsonrpc\Object\ParameterBag::parameters

The parameters in the bag.

The parameters.

Type: mixed[]

File

src/Object/ParameterBag.php, line 23

Class

ParameterBag
Value class to hold multiple parameters.

Namespace

Drupal\jsonrpc\Object

Code

protected $parameters;